Html Css Color HEX #4CF3DB Turquoise

📋 copy color: '#4CF3DB'

red 76 ◦ green 243 ◦ blue 219

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

Shades of Turquoise #4CF3DB

Tints of Turquoise #4CF3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 14.13%
G = 45.17%
B = 40.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#4CF3DB (or 0x4CF3DB) is known color: Turquoise. HEX triplet: 4C, F3 and DB. RGB value is (76,243,219). Sum of RGB (Red+Green+Blue) = 76+243+219=538 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.13% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF3DB is #B30C24. Grayscale: #BEBEBE. Windows color (decimal): -11734053 or 14414668. OLE color: 14414668.

HSL color Cylindrical-coordinate representation of color #4CF3DB: hue angle of 171.38º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF3DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 243 219 -
CMYK 0.69 0 0.10 0.05
HSL 171.38º 0.87% 0.63% -
HSV(B) 171.38º 0.69% 0.95% -
XYZ 47.82 70.75 78.15 -
YUV 190.33 144.17 46.45 -
System Red Green Blue C M Y K H S L
Decimal 76 243 219 0.69 0 0.10 0.05 171.38 0.87 0.63
Hex 4C F3 DB 45 0 A 5 AB 57 3F
Octal 114 363 333 105 0 12 5 253 127 77
Binary 1001100 11110011 11011011 1000101 0 1010 101 10101011 1010111 111111

Color Harmonies of #4CF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF3DB

Black with #4CF3DB

Text Example


Text Example

White with #4CF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,243,219); }

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

background-color css

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

 a { background-color: rgb(76,243,219); }

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

border-color css

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

 span { border-color: rgb(76,243,219); }

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