Html Css Color HEX #4CF0EE Turquoise

📋 copy color: '#4CF0EE'

red 76 ◦ green 240 ◦ blue 238

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

Shades of Turquoise #4CF0EE

Tints of Turquoise #4CF0EE

RGB

 RED value IS 76 (30.08% from 255) = 13.72%

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 13.72%
G = 43.32%
B = 42.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#4CF0EE (or 0x4CF0EE) is known color: Turquoise. HEX triplet: 4C, F0 and EE. RGB value is (76,240,238). Sum of RGB (Red+Green+Blue) = 76+240+238=554 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.72% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF0EE is #B30F11. Grayscale: #BEBEBE. Windows color (decimal): -11734802 or 15659084. OLE color: 15659084.

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

Color convert

RGB 76 240 238 -
CMYK 0.68 0 0.01 0.06
HSL 179.27º 0.85% 0.62% -
HSV(B) 179.27º 0.68% 0.94% -
XYZ 49.57 70.03 91.79 -
YUV 190.74 154.67 46.16 -
System Red Green Blue C M Y K H S L
Decimal 76 240 238 0.68 0 0.01 0.06 179.27 0.85 0.62
Hex 4C F0 EE 44 0 1 6 B3 55 3E
Octal 114 360 356 104 0 1 6 263 125 76
Binary 1001100 11110000 11101110 1000100 0 1 110 10110011 1010101 111110

Color Harmonies of #4CF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF0EE

Black with #4CF0EE

Text Example


Text Example

White with #4CF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,238); }

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

background-color css

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

 a { background-color: rgb(76,240,238); }

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

border-color css

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

 span { border-color: rgb(76,240,238); }

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