Html Css Color HEX #4CEBE5 Turquoise

📋 copy color: '#4CEBE5'

red 76 ◦ green 235 ◦ blue 229

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

Shades of Turquoise #4CEBE5

Tints of Turquoise #4CEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

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

R = 14.07%
G = 43.52%
B = 42.41%

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

#4CEBE5 (or 0x4CEBE5) is known color: Turquoise. HEX triplet: 4C, EB and E5. RGB value is (76,235,229). Sum of RGB (Red+Green+Blue) = 76+235+229=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBE5 is #B3141A. Grayscale: #BABABA. Windows color (decimal): -11736091 or 15067980. OLE color: 15067980.

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

Color convert

RGB 76 235 229 -
CMYK 0.68 0 0.03 0.08
HSL 177.74º 0.8% 0.61% -
HSV(B) 177.74º 0.68% 0.92% -
XYZ 46.83 66.61 84.52 -
YUV 186.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 76 235 229 0.68 0 0.03 0.08 177.74 0.8 0.61
Hex 4C EB E5 44 0 3 8 B2 50 3D
Octal 114 353 345 104 0 3 10 262 120 75
Binary 1001100 11101011 11100101 1000100 0 11 1000 10110010 1010000 111101

Color Harmonies of #4CEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBE5

Black with #4CEBE5

Text Example


Text Example

White with #4CEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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