Html Css Color HEX #4CEAE5 Turquoise

📋 copy color: '#4CEAE5'

red 76 ◦ green 234 ◦ blue 229

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

Shades of Turquoise #4CEAE5

Tints of Turquoise #4CEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 14.1%
G = 43.41%
B = 42.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#4CEAE5 (or 0x4CEAE5) is known color: Turquoise. HEX triplet: 4C, EA and E5. RGB value is (76,234,229). Sum of RGB (Red+Green+Blue) = 76+234+229=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEAE5 is #B3151A. Grayscale: #BABABA. Windows color (decimal): -11736347 or 15067724. OLE color: 15067724.

HSL color Cylindrical-coordinate representation of color #4CEAE5: hue angle of 178.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEAE5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 234 229 -
CMYK 0.68 0 0.02 0.08
HSL 178.1º 0.79% 0.61% -
HSV(B) 178.1º 0.68% 0.92% -
XYZ 46.55 66.04 84.42 -
YUV 186.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 76 234 229 0.68 0 0.02 0.08 178.1 0.79 0.61
Hex 4C EA E5 44 0 2 8 B2 4F 3D
Octal 114 352 345 104 0 2 10 262 117 75
Binary 1001100 11101010 11100101 1000100 0 10 1000 10110010 1001111 111101

Color Harmonies of #4CEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAE5

Black with #4CEAE5

Text Example


Text Example

White with #4CEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,234,229); }

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

background-color css

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

 a { background-color: rgb(76,234,229); }

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

border-color css

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

 span { border-color: rgb(76,234,229); }

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