Html Css Color HEX #4FE0EF Turquoise Blue

📋 copy color: '#4FE0EF'

red 79 ◦ green 224 ◦ blue 239

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

Shades of Turquoise Blue #4FE0EF

Tints of Turquoise Blue #4FE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 14.58%
G = 41.33%
B = 44.1%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4FE0EF (or 0x4FE0EF) is known color: Turquoise Blue. HEX triplet: 4F, E0 and EF. RGB value is (79,224,239). Sum of RGB (Red+Green+Blue) = 79+224+239=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FE0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0EF is #B01F10. Grayscale: #B6B6B6. Windows color (decimal): -11542289 or 15720527. OLE color: 15720527.

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

Color convert

RGB 79 224 239 -
CMYK 0.67 0.06 0 0.06
HSL 185.63º 0.83% 0.62% -
HSV(B) 185.63º 0.67% 0.94% -
XYZ 45.46 61.21 91.08 -
YUV 182.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 79 224 239 0.67 0.06 0 0.06 185.63 0.83 0.62
Hex 4F E0 EF 43 6 0 6 BA 53 3E
Octal 117 340 357 103 6 0 6 272 123 76
Binary 1001111 11100000 11101111 1000011 110 0 110 10111010 1010011 111110

Color Harmonies of #4FE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0EF

Black with #4FE0EF

Text Example


Text Example

White with #4FE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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