Html Css Color HEX #4CE0BF Turquoise

📋 copy color: '#4CE0BF'

red 76 ◦ green 224 ◦ blue 191

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

Shades of Turquoise #4CE0BF

Tints of Turquoise #4CE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 15.48%
G = 45.62%
B = 38.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#4CE0BF (or 0x4CE0BF) is known color: Turquoise. HEX triplet: 4C, E0 and BF. RGB value is (76,224,191). Sum of RGB (Red+Green+Blue) = 76+224+191=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0BF is #B31F40. Grayscale: #AFAFAF. Windows color (decimal): -11738945 or 12574796. OLE color: 12574796.

HSL color Cylindrical-coordinate representation of color #4CE0BF: hue angle of 166.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE0BF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 76 224 191 -
CMYK 0.66 0 0.15 0.12
HSL 166.62º 0.7% 0.59% -
HSV(B) 166.62º 0.66% 0.88% -
XYZ 39.04 58.61 58.55 -
YUV 175.99 136.47 56.68 -
System Red Green Blue C M Y K H S L
Decimal 76 224 191 0.66 0 0.15 0.12 166.62 0.7 0.59
Hex 4C E0 BF 42 0 F C A7 46 3B
Octal 114 340 277 102 0 17 14 247 106 73
Binary 1001100 11100000 10111111 1000010 0 1111 1100 10100111 1000110 111011

Color Harmonies of #4CE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE0BF

Black with #4CE0BF

Text Example


Text Example

White with #4CE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,224,191); }

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

background-color css

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

 a { background-color: rgb(76,224,191); }

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

border-color css

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

 span { border-color: rgb(76,224,191); }

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