Html Css Color HEX #4FE0F0 Turquoise Blue

📋 copy color: '#4FE0F0'

red 79 ◦ green 224 ◦ blue 240

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

Shades of Turquoise Blue #4FE0F0

Tints of Turquoise Blue #4FE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 14.55%
G = 41.25%
B = 44.2%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4FE0F0 (or 0x4FE0F0) is known color: Turquoise Blue. HEX triplet: 4F, E0 and F0. RGB value is (79,224,240). Sum of RGB (Red+Green+Blue) = 79+224+240=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #4FE0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0F0 is #B01F0F. Grayscale: #B6B6B6. Windows color (decimal): -11542288 or 15786063. OLE color: 15786063.

HSL color Cylindrical-coordinate representation of color #4FE0F0: hue angle of 185.96º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FE0F0 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 224 240 -
CMYK 0.67 0.07 0 0.06
HSL 185.96º 0.84% 0.63% -
HSV(B) 185.96º 0.67% 0.94% -
XYZ 45.61 61.26 91.86 -
YUV 182.47 160.46 54.2 -
System Red Green Blue C M Y K H S L
Decimal 79 224 240 0.67 0.07 0 0.06 185.96 0.84 0.63
Hex 4F E0 F0 43 7 0 6 BA 54 3F
Octal 117 340 360 103 7 0 6 272 124 77
Binary 1001111 11100000 11110000 1000011 111 0 110 10111010 1010100 111111

Color Harmonies of #4FE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0F0

Black with #4FE0F0

Text Example


Text Example

White with #4FE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,224,240); }

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

background-color css

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

 a { background-color: rgb(79,224,240); }

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

border-color css

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

 span { border-color: rgb(79,224,240); }

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