Html Css Color HEX #4CDFDA Turquoise

📋 copy color: '#4CDFDA'

red 76 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #4CDFDA

Tints of Turquoise #4CDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 14.7%
G = 43.13%
B = 42.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4CDFDA (or 0x4CDFDA) is known color: Turquoise. HEX triplet: 4C, DF and DA. RGB value is (76,223,218). Sum of RGB (Red+Green+Blue) = 76+223+218=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFDA is #B32025. Grayscale: #B2B2B2. Windows color (decimal): -11739174 or 14344012. OLE color: 14344012.

HSL color Cylindrical-coordinate representation of color #4CDFDA: hue angle of 177.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFDA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 223 218 -
CMYK 0.66 0 0.02 0.13
HSL 177.96º 0.7% 0.59% -
HSV(B) 177.96º 0.66% 0.87% -
XYZ 42.02 59.37 75.58 -
YUV 178.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 76 223 218 0.66 0 0.02 0.13 177.96 0.7 0.59
Hex 4C DF DA 42 0 2 D B2 46 3B
Octal 114 337 332 102 0 2 15 262 106 73
Binary 1001100 11011111 11011010 1000010 0 10 1101 10110010 1000110 111011

Color Harmonies of #4CDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFDA

Black with #4CDFDA

Text Example


Text Example

White with #4CDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,223,218); }

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

background-color css

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

 a { background-color: rgb(76,223,218); }

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

border-color css

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

 span { border-color: rgb(76,223,218); }

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