Html Css Color HEX #4FE0EA Turquoise Blue

📋 copy color: '#4FE0EA'

red 79 ◦ green 224 ◦ blue 234

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

Shades of Turquoise Blue #4FE0EA

Tints of Turquoise Blue #4FE0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 14.71%
G = 41.71%
B = 43.58%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FE0EA (or 0x4FE0EA) is known color: Turquoise Blue. HEX triplet: 4F, E0 and EA. RGB value is (79,224,234). Sum of RGB (Red+Green+Blue) = 79+224+234=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FE0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0EA is #B01F15. Grayscale: #B5B5B5. Windows color (decimal): -11542294 or 15392847. OLE color: 15392847.

HSL color Cylindrical-coordinate representation of color #4FE0EA: hue angle of 183.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE0EA is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 224 234 -
CMYK 0.66 0.04 0 0.08
HSL 183.87º 0.79% 0.61% -
HSV(B) 183.87º 0.66% 0.92% -
XYZ 44.73 60.91 87.24 -
YUV 181.79 157.46 54.69 -
System Red Green Blue C M Y K H S L
Decimal 79 224 234 0.66 0.04 0 0.08 183.87 0.79 0.61
Hex 4F E0 EA 42 4 0 8 B8 4F 3D
Octal 117 340 352 102 4 0 10 270 117 75
Binary 1001111 11100000 11101010 1000010 100 0 1000 10111000 1001111 111101

Color Harmonies of #4FE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0EA

Black with #4FE0EA

Text Example


Text Example

White with #4FE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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