Html Css Color HEX #4FE9FC Turquoise Blue

📋 copy color: '#4FE9FC'

red 79 ◦ green 233 ◦ blue 252

#4FE9FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #4FE9FC

Tints of Turquoise Blue #4FE9FC

RGB

 RED value IS 79 (31.25% from 255) = 14.01%

 GREEN value IS 233 (91.41% from 255) = 41.31%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 14.01%
G = 41.31%
B = 44.68%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4FE9FC (or 0x4FE9FC) is known color: Turquoise Blue. HEX triplet: 4F, E9 and FC. RGB value is (79,233,252). Sum of RGB (Red+Green+Blue) = 79+233+252=564 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.01% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FE9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE9FC is #B01603. Grayscale: #BCBCBC. Windows color (decimal): -11539972 or 16574799. OLE color: 16574799.

HSL color Cylindrical-coordinate representation of color #4FE9FC: hue angle of 186.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE9FC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 233 252 -
CMYK 0.69 0.08 0 0.01
HSL 186.59º 0.97% 0.65% -
HSV(B) 186.59º 0.69% 0.99% -
XYZ 49.93 66.97 102.39 -
YUV 189.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 79 233 252 0.69 0.08 0 0.01 186.59 0.97 0.65
Hex 4F E9 FC 45 8 0 1 BB 61 41
Octal 117 351 374 105 10 0 1 273 141 101
Binary 1001111 11101001 11111100 1000101 1000 0 1 10111011 1100001 1000001

Color Harmonies of #4FE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE9FC

Black with #4FE9FC

Text Example


Text Example

White with #4FE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FE9FC; }

 p { color: rgb(79,233,252); }

 H1.HeaderClassName
 {
   color: #4FE9FC;
 }
 .AnyTagClassName
 {
   color: #4FE9FC;
 }
</style>

background-color css

<style>
 a { background-color: #4FE9FC; }

 a { background-color: rgb(79,233,252); }

 div.DivClassName
 {
   background-color: #4FE9FC;
 }
 .BgClassName
 {
   background-color: #4FE9FC;
 }
</style>

border-color css

<style>
 span { border-color: #4FE9FC; }

 span { border-color: rgb(79,233,252); }

 td.TdClassName
 {
   border-color: #4FE9FC;
 }
 .TagClassName
 {
   border-color: #4FE9FC;
 }
</style>