Html Css Color HEX #4CDFCE Turquoise

📋 copy color: '#4CDFCE'

red 76 ◦ green 223 ◦ blue 206

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

Shades of Turquoise #4CDFCE

Tints of Turquoise #4CDFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 15.05%
G = 44.16%
B = 40.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4CDFCE (or 0x4CDFCE) is known color: Turquoise. HEX triplet: 4C, DF and CE. RGB value is (76,223,206). Sum of RGB (Red+Green+Blue) = 76+223+206=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCE is #B32031. Grayscale: #B1B1B1. Windows color (decimal): -11739186 or 13557580. OLE color: 13557580.

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

Color convert

RGB 76 223 206 -
CMYK 0.66 0 0.08 0.13
HSL 173.06º 0.7% 0.59% -
HSV(B) 173.06º 0.66% 0.87% -
XYZ 40.51 58.77 67.6 -
YUV 177.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 76 223 206 0.66 0 0.08 0.13 173.06 0.7 0.59
Hex 4C DF CE 42 0 8 D AD 46 3B
Octal 114 337 316 102 0 10 15 255 106 73
Binary 1001100 11011111 11001110 1000010 0 1000 1101 10101101 1000110 111011

Color Harmonies of #4CDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFCE

Black with #4CDFCE

Text Example


Text Example

White with #4CDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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