Html Css Color HEX #4CECBA Turquoise

📋 copy color: '#4CECBA'

red 76 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #4CECBA

Tints of Turquoise #4CECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 15.26%
G = 47.39%
B = 37.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#4CECBA (or 0x4CECBA) is known color: Turquoise. HEX triplet: 4C, EC and BA. RGB value is (76,236,186). Sum of RGB (Red+Green+Blue) = 76+236+186=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECBA is #B31345. Grayscale: #B6B6B6. Windows color (decimal): -11735878 or 12250188. OLE color: 12250188.

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

Color convert

RGB 76 236 186 -
CMYK 0.68 0 0.21 0.07
HSL 161.25º 0.81% 0.61% -
HSV(B) 161.25º 0.68% 0.93% -
XYZ 41.84 65.07 56.81 -
YUV 182.46 129.99 52.07 -
System Red Green Blue C M Y K H S L
Decimal 76 236 186 0.68 0 0.21 0.07 161.25 0.81 0.61
Hex 4C EC BA 44 0 15 7 A1 51 3D
Octal 114 354 272 104 0 25 7 241 121 75
Binary 1001100 11101100 10111010 1000100 0 10101 111 10100001 1010001 111101

Color Harmonies of #4CECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECBA

Black with #4CECBA

Text Example


Text Example

White with #4CECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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