Html Css Color HEX #4CDFCD Turquoise

📋 copy color: '#4CDFCD'

red 76 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #4CDFCD

Tints of Turquoise #4CDFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 15.08%
G = 44.25%
B = 40.67%

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

#4CDFCD (or 0x4CDFCD) is known color: Turquoise. HEX triplet: 4C, DF and CD. RGB value is (76,223,205). Sum of RGB (Red+Green+Blue) = 76+223+205=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCD is #B32032. Grayscale: #B0B0B0. Windows color (decimal): -11739187 or 13492044. OLE color: 13492044.

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

Color convert

RGB 76 223 205 -
CMYK 0.66 0 0.08 0.13
HSL 172.65º 0.7% 0.59% -
HSV(B) 172.65º 0.66% 0.87% -
XYZ 40.39 58.72 66.96 -
YUV 177 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 76 223 205 0.66 0 0.08 0.13 172.65 0.7 0.59
Hex 4C DF CD 42 0 8 D AD 46 3B
Octal 114 337 315 102 0 10 15 255 106 73
Binary 1001100 11011111 11001101 1000010 0 1000 1101 10101101 1000110 111011

Color Harmonies of #4CDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFCD

Black with #4CDFCD

Text Example


Text Example

White with #4CDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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