Html Css Color HEX #4CEAED Turquoise

📋 copy color: '#4CEAED'

red 76 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #4CEAED

Tints of Turquoise #4CEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 13.89%
G = 42.78%
B = 43.33%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CEAED (or 0x4CEAED) is known color: Turquoise. HEX triplet: 4C, EA and ED. RGB value is (76,234,237). Sum of RGB (Red+Green+Blue) = 76+234+237=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #4CEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAED is #B31512. Grayscale: #BABABA. Windows color (decimal): -11736339 or 15592012. OLE color: 15592012.

HSL color Cylindrical-coordinate representation of color #4CEAED: hue angle of 181.12º degrees, saturation: 0.82, 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 #4CEAED is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 234 237 -
CMYK 0.68 0.01 0 0.07
HSL 181.12º 0.82% 0.61% -
HSV(B) 181.12º 0.68% 0.93% -
XYZ 47.69 66.5 90.44 -
YUV 187.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 76 234 237 0.68 0.01 0 0.07 181.12 0.82 0.61
Hex 4C EA ED 44 1 0 7 B5 52 3D
Octal 114 352 355 104 1 0 7 265 122 75
Binary 1001100 11101010 11101101 1000100 1 0 111 10110101 1010010 111101

Color Harmonies of #4CEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAED

Black with #4CEAED

Text Example


Text Example

White with #4CEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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