Html Css Color HEX #4CE9CF Turquoise

📋 copy color: '#4CE9CF'

red 76 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #4CE9CF

Tints of Turquoise #4CE9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 14.73%
G = 45.16%
B = 40.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#4CE9CF (or 0x4CE9CF) is known color: Turquoise. HEX triplet: 4C, E9 and CF. RGB value is (76,233,207). Sum of RGB (Red+Green+Blue) = 76+233+207=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE9CF is #B31630. Grayscale: #B7B7B7. Windows color (decimal): -11736625 or 13625676. OLE color: 13625676.

HSL color Cylindrical-coordinate representation of color #4CE9CF: hue angle of 170.06º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE9CF is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 76 233 207 -
CMYK 0.67 0 0.11 0.09
HSL 170.06º 0.78% 0.61% -
HSV(B) 170.06º 0.67% 0.91% -
XYZ 43.38 64.32 69.16 -
YUV 183.09 141.49 51.61 -
System Red Green Blue C M Y K H S L
Decimal 76 233 207 0.67 0 0.11 0.09 170.06 0.78 0.61
Hex 4C E9 CF 43 0 B 9 AA 4E 3D
Octal 114 351 317 103 0 13 11 252 116 75
Binary 1001100 11101001 11001111 1000011 0 1011 1001 10101010 1001110 111101

Color Harmonies of #4CE9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE9CF

Black with #4CE9CF

Text Example


Text Example

White with #4CE9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,233,207); }

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

background-color css

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

 a { background-color: rgb(76,233,207); }

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

border-color css

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

 span { border-color: rgb(76,233,207); }

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