Html Css Color HEX #4CDFDE Turquoise

📋 copy color: '#4CDFDE'

red 76 ◦ green 223 ◦ blue 222

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

Shades of Turquoise #4CDFDE

Tints of Turquoise #4CDFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 14.59%
G = 42.8%
B = 42.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#4CDFDE (or 0x4CDFDE) is known color: Turquoise. HEX triplet: 4C, DF and DE. RGB value is (76,223,222). Sum of RGB (Red+Green+Blue) = 76+223+222=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFDE is #B32021. Grayscale: #B2B2B2. Windows color (decimal): -11739170 or 14606156. OLE color: 14606156.

HSL color Cylindrical-coordinate representation of color #4CDFDE: hue angle of 179.59º 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 #4CDFDE is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 223 222 -
CMYK 0.66 0 0.00 0.13
HSL 179.59º 0.7% 0.59% -
HSV(B) 179.59º 0.66% 0.87% -
XYZ 42.55 59.59 78.37 -
YUV 178.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 76 223 222 0.66 0 0.00 0.13 179.59 0.7 0.59
Hex 4C DF DE 42 0 0 D B4 46 3B
Octal 114 337 336 102 0 0 15 264 106 73
Binary 1001100 11011111 11011110 1000010 0 0 1101 10110100 1000110 111011

Color Harmonies of #4CDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFDE

Black with #4CDFDE

Text Example


Text Example

White with #4CDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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