Html Css Color HEX #4CE3BB Turquoise

📋 copy color: '#4CE3BB'

red 76 ◦ green 227 ◦ blue 187

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

Shades of Turquoise #4CE3BB

Tints of Turquoise #4CE3BB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.33%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 15.51%
G = 46.33%
B = 38.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#4CE3BB (or 0x4CE3BB) is known color: Turquoise. HEX triplet: 4C, E3 and BB. RGB value is (76,227,187). Sum of RGB (Red+Green+Blue) = 76+227+187=490 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.51% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3BB is #B31C44. Grayscale: #B1B1B1. Windows color (decimal): -11738181 or 12313420. OLE color: 12313420.

HSL color Cylindrical-coordinate representation of color #4CE3BB: hue angle of 164.11º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3BB is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 227 187 -
CMYK 0.67 0 0.18 0.11
HSL 164.11º 0.73% 0.59% -
HSV(B) 164.11º 0.67% 0.89% -
XYZ 39.42 60.06 56.53 -
YUV 177.29 133.47 55.75 -
System Red Green Blue C M Y K H S L
Decimal 76 227 187 0.67 0 0.18 0.11 164.11 0.73 0.59
Hex 4C E3 BB 43 0 12 B A4 49 3B
Octal 114 343 273 103 0 22 13 244 111 73
Binary 1001100 11100011 10111011 1000011 0 10010 1011 10100100 1001001 111011

Color Harmonies of #4CE3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE3BB

Black with #4CE3BB

Text Example


Text Example

White with #4CE3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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