Html Css Color HEX #4CDFCB Turquoise

📋 copy color: '#4CDFCB'

red 76 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #4CDFCB

Tints of Turquoise #4CDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 15.14%
G = 44.42%
B = 40.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4CDFCB (or 0x4CDFCB) is known color: Turquoise. HEX triplet: 4C, DF and CB. RGB value is (76,223,203). Sum of RGB (Red+Green+Blue) = 76+223+203=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCB is #B32034. Grayscale: #B0B0B0. Windows color (decimal): -11739189 or 13360972. OLE color: 13360972.

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

Color convert

RGB 76 223 203 -
CMYK 0.66 0 0.09 0.13
HSL 171.84º 0.7% 0.59% -
HSV(B) 171.84º 0.66% 0.87% -
XYZ 40.15 58.62 65.7 -
YUV 176.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 76 223 203 0.66 0 0.09 0.13 171.84 0.7 0.59
Hex 4C DF CB 42 0 9 D AC 46 3B
Octal 114 337 313 102 0 11 15 254 106 73
Binary 1001100 11011111 11001011 1000010 0 1001 1101 10101100 1000110 111011

Color Harmonies of #4CDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFCB

Black with #4CDFCB

Text Example


Text Example

White with #4CDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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