Html Css Color HEX #4CE0EA Turquoise

📋 copy color: '#4CE0EA'

red 76 ◦ green 224 ◦ blue 234

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

Shades of Turquoise #4CE0EA

Tints of Turquoise #4CE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 14.23%
G = 41.95%
B = 43.82%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CE0EA (or 0x4CE0EA) is known color: Turquoise. HEX triplet: 4C, E0 and EA. RGB value is (76,224,234). Sum of RGB (Red+Green+Blue) = 76+224+234=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CE0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE0EA is #B31F15. Grayscale: #B4B4B4. Windows color (decimal): -11738902 or 15392844. OLE color: 15392844.

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

Color convert

RGB 76 224 234 -
CMYK 0.68 0.04 0 0.08
HSL 183.8º 0.79% 0.61% -
HSV(B) 183.8º 0.68% 0.92% -
XYZ 44.49 60.79 87.23 -
YUV 180.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 76 224 234 0.68 0.04 0 0.08 183.8 0.79 0.61
Hex 4C E0 EA 44 4 0 8 B8 4F 3D
Octal 114 340 352 104 4 0 10 270 117 75
Binary 1001100 11100000 11101010 1000100 100 0 1000 10111000 1001111 111101

Color Harmonies of #4CE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE0EA

Black with #4CE0EA

Text Example


Text Example

White with #4CE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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