Html Css Color HEX #4CE1CA Turquoise

📋 copy color: '#4CE1CA'

red 76 ◦ green 225 ◦ blue 202

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

Shades of Turquoise #4CE1CA

Tints of Turquoise #4CE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 15.11%
G = 44.73%
B = 40.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#4CE1CA (or 0x4CE1CA) is known color: Turquoise. HEX triplet: 4C, E1 and CA. RGB value is (76,225,202). Sum of RGB (Red+Green+Blue) = 76+225+202=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE1CA is #B31E35. Grayscale: #B1B1B1. Windows color (decimal): -11738678 or 13295948. OLE color: 13295948.

HSL color Cylindrical-coordinate representation of color #4CE1CA: hue angle of 170.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE1CA is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 76 225 202 -
CMYK 0.66 0 0.10 0.12
HSL 170.74º 0.71% 0.59% -
HSV(B) 170.74º 0.66% 0.88% -
XYZ 40.57 59.65 65.25 -
YUV 177.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 76 225 202 0.66 0 0.10 0.12 170.74 0.71 0.59
Hex 4C E1 CA 42 0 A C AB 47 3B
Octal 114 341 312 102 0 12 14 253 107 73
Binary 1001100 11100001 11001010 1000010 0 1010 1100 10101011 1000111 111011

Color Harmonies of #4CE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE1CA

Black with #4CE1CA

Text Example


Text Example

White with #4CE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,225,202); }

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

background-color css

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

 a { background-color: rgb(76,225,202); }

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

border-color css

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

 span { border-color: rgb(76,225,202); }

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