Html Css Color HEX #4CECBE Turquoise

📋 copy color: '#4CECBE'

red 76 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #4CECBE

Tints of Turquoise #4CECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 15.14%
G = 47.01%
B = 37.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#4CECBE (or 0x4CECBE) is known color: Turquoise. HEX triplet: 4C, EC and BE. RGB value is (76,236,190). Sum of RGB (Red+Green+Blue) = 76+236+190=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECBE is #B31341. Grayscale: #B6B6B6. Windows color (decimal): -11735874 or 12512332. OLE color: 12512332.

HSL color Cylindrical-coordinate representation of color #4CECBE: hue angle of 162.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECBE is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 236 190 -
CMYK 0.68 0 0.19 0.07
HSL 162.75º 0.81% 0.61% -
HSV(B) 162.75º 0.68% 0.93% -
XYZ 42.27 65.25 59.08 -
YUV 182.92 131.99 51.74 -
System Red Green Blue C M Y K H S L
Decimal 76 236 190 0.68 0 0.19 0.07 162.75 0.81 0.61
Hex 4C EC BE 44 0 13 7 A3 51 3D
Octal 114 354 276 104 0 23 7 243 121 75
Binary 1001100 11101100 10111110 1000100 0 10011 111 10100011 1010001 111101

Color Harmonies of #4CECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECBE

Black with #4CECBE

Text Example


Text Example

White with #4CECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,236,190); }

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

background-color css

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

 a { background-color: rgb(76,236,190); }

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

border-color css

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

 span { border-color: rgb(76,236,190); }

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