Html Css Color HEX #4CEBE4 Turquoise

📋 copy color: '#4CEBE4'

red 76 ◦ green 235 ◦ blue 228

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

Shades of Turquoise #4CEBE4

Tints of Turquoise #4CEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 14.1%
G = 43.6%
B = 42.3%

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

#4CEBE4 (or 0x4CEBE4) is known color: Turquoise. HEX triplet: 4C, EB and E4. RGB value is (76,235,228). Sum of RGB (Red+Green+Blue) = 76+235+228=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBE4 is #B3141B. Grayscale: #BABABA. Windows color (decimal): -11736092 or 15002444. OLE color: 15002444.

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

Color convert

RGB 76 235 228 -
CMYK 0.68 0 0.03 0.08
HSL 177.36º 0.8% 0.61% -
HSV(B) 177.36º 0.68% 0.92% -
XYZ 46.69 66.55 83.78 -
YUV 186.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 76 235 228 0.68 0 0.03 0.08 177.36 0.8 0.61
Hex 4C EB E4 44 0 3 8 B1 50 3D
Octal 114 353 344 104 0 3 10 261 120 75
Binary 1001100 11101011 11100100 1000100 0 11 1000 10110001 1010000 111101

Color Harmonies of #4CEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBE4

Black with #4CEBE4

Text Example


Text Example

White with #4CEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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