Html Css Color HEX #4CEAE3 Turquoise

📋 copy color: '#4CEAE3'

red 76 ◦ green 234 ◦ blue 227

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

Shades of Turquoise #4CEAE3

Tints of Turquoise #4CEAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 14.15%
G = 43.58%
B = 42.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#4CEAE3 (or 0x4CEAE3) is known color: Turquoise. HEX triplet: 4C, EA and E3. RGB value is (76,234,227). Sum of RGB (Red+Green+Blue) = 76+234+227=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEAE3 is #B3151C. Grayscale: #B9B9B9. Windows color (decimal): -11736349 or 14936652. OLE color: 14936652.

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

Color convert

RGB 76 234 227 -
CMYK 0.68 0 0.03 0.08
HSL 177.34º 0.79% 0.61% -
HSV(B) 177.34º 0.68% 0.92% -
XYZ 46.27 65.93 82.96 -
YUV 185.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 76 234 227 0.68 0 0.03 0.08 177.34 0.79 0.61
Hex 4C EA E3 44 0 3 8 B1 4F 3D
Octal 114 352 343 104 0 3 10 261 117 75
Binary 1001100 11101010 11100011 1000100 0 11 1000 10110001 1001111 111101

Color Harmonies of #4CEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAE3

Black with #4CEAE3

Text Example


Text Example

White with #4CEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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