Html Css Color HEX #4CFFD2 Turquoise

📋 copy color: '#4CFFD2'

red 76 ◦ green 255 ◦ blue 210

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

Shades of Turquoise #4CFFD2

Tints of Turquoise #4CFFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 14.05%
G = 47.13%
B = 38.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#4CFFD2 (or 0x4CFFD2) is known color: Turquoise. HEX triplet: 4C, FF and D2. RGB value is (76,255,210). Sum of RGB (Red+Green+Blue) = 76+255+210=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD2 is #B3002D. Grayscale: #C4C4C4. Windows color (decimal): -11730990 or 13827916. OLE color: 13827916.

HSL color Cylindrical-coordinate representation of color #4CFFD2: hue angle of 164.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFD2 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 210 -
CMYK 0.70 0 0.18 0
HSL 164.92º 1% 0.65% -
HSV(B) 164.92º 0.7% 1% -
XYZ 50.37 77.71 73.32 -
YUV 196.35 135.7 42.16 -
System Red Green Blue C M Y K H S L
Decimal 76 255 210 0.70 0 0.18 0 164.92 1 0.65
Hex 4C FF D2 46 0 12 0 A5 64 41
Octal 114 377 322 106 0 22 0 245 144 101
Binary 1001100 11111111 11010010 1000110 0 10010 0 10100101 1100100 1000001

Color Harmonies of #4CFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFD2

Black with #4CFFD2

Text Example


Text Example

White with #4CFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,210); }

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

background-color css

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

 a { background-color: rgb(76,255,210); }

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

border-color css

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

 span { border-color: rgb(76,255,210); }

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