Html Css Color HEX #4CFDD2 Turquoise

📋 copy color: '#4CFDD2'

red 76 ◦ green 253 ◦ blue 210

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

Shades of Turquoise #4CFDD2

Tints of Turquoise #4CFDD2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.94%

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

R = 14.1%
G = 46.94%
B = 38.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4CFDD2 (or 0x4CFDD2) is known color: Turquoise. HEX triplet: 4C, FD and D2. RGB value is (76,253,210). Sum of RGB (Red+Green+Blue) = 76+253+210=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDD2 is #B3022D. Grayscale: #C3C3C3. Windows color (decimal): -11731502 or 13827404. OLE color: 13827404.

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

Color convert

RGB 76 253 210 -
CMYK 0.70 0 0.17 0.01
HSL 165.42º 0.98% 0.65% -
HSV(B) 165.42º 0.7% 0.99% -
XYZ 49.74 76.44 73.11 -
YUV 195.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 76 253 210 0.70 0 0.17 0.01 165.42 0.98 0.65
Hex 4C FD D2 46 0 11 1 A5 62 41
Octal 114 375 322 106 0 21 1 245 142 101
Binary 1001100 11111101 11010010 1000110 0 10001 1 10100101 1100010 1000001

Color Harmonies of #4CFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDD2

Black with #4CFDD2

Text Example


Text Example

White with #4CFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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