Html Css Color HEX #4CECD5 Turquoise

📋 copy color: '#4CECD5'

red 76 ◦ green 236 ◦ blue 213

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

Shades of Turquoise #4CECD5

Tints of Turquoise #4CECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 14.48%
G = 44.95%
B = 40.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#4CECD5 (or 0x4CECD5) is known color: Turquoise. HEX triplet: 4C, EC and D5. RGB value is (76,236,213). Sum of RGB (Red+Green+Blue) = 76+236+213=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECD5 is #B3132A. Grayscale: #B9B9B9. Windows color (decimal): -11735851 or 14019660. OLE color: 14019660.

HSL color Cylindrical-coordinate representation of color #4CECD5: hue angle of 171.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECD5 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 236 213 -
CMYK 0.68 0 0.10 0.07
HSL 171.38º 0.81% 0.61% -
HSV(B) 171.38º 0.68% 0.93% -
XYZ 44.99 66.33 73.38 -
YUV 185.54 143.49 49.87 -
System Red Green Blue C M Y K H S L
Decimal 76 236 213 0.68 0 0.10 0.07 171.38 0.81 0.61
Hex 4C EC D5 44 0 A 7 AB 51 3D
Octal 114 354 325 104 0 12 7 253 121 75
Binary 1001100 11101100 11010101 1000100 0 1010 111 10101011 1010001 111101

Color Harmonies of #4CECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECD5

Black with #4CECD5

Text Example


Text Example

White with #4CECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,236,213); }

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

background-color css

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

 a { background-color: rgb(76,236,213); }

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

border-color css

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

 span { border-color: rgb(76,236,213); }

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