Html Css Color HEX #4CEFCC Turquoise

📋 copy color: '#4CEFCC'

red 76 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #4CEFCC

Tints of Turquoise #4CEFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 14.64%
G = 46.05%
B = 39.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#4CEFCC (or 0x4CEFCC) is known color: Turquoise. HEX triplet: 4C, EF and CC. RGB value is (76,239,204). Sum of RGB (Red+Green+Blue) = 76+239+204=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFCC is #B31033. Grayscale: #BABABA. Windows color (decimal): -11735092 or 13430604. OLE color: 13430604.

HSL color Cylindrical-coordinate representation of color #4CEFCC: hue angle of 167.12º degrees, saturation: 0.84, 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 #4CEFCC is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 239 204 -
CMYK 0.68 0 0.15 0.06
HSL 167.12º 0.84% 0.62% -
HSV(B) 167.12º 0.68% 0.94% -
XYZ 44.75 67.63 67.82 -
YUV 186.27 138 49.35 -
System Red Green Blue C M Y K H S L
Decimal 76 239 204 0.68 0 0.15 0.06 167.12 0.84 0.62
Hex 4C EF CC 44 0 F 6 A7 54 3E
Octal 114 357 314 104 0 17 6 247 124 76
Binary 1001100 11101111 11001100 1000100 0 1111 110 10100111 1010100 111110

Color Harmonies of #4CEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEFCC

Black with #4CEFCC

Text Example


Text Example

White with #4CEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,239,204); }

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

background-color css

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

 a { background-color: rgb(76,239,204); }

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

border-color css

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

 span { border-color: rgb(76,239,204); }

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