Html Css Color HEX #4CECB4 Turquoise

📋 copy color: '#4CECB4'

red 76 ◦ green 236 ◦ blue 180

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

Shades of Turquoise #4CECB4

Tints of Turquoise #4CECB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 15.45%
G = 47.97%
B = 36.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#4CECB4 (or 0x4CECB4) is known color: Turquoise. HEX triplet: 4C, EC and B4. RGB value is (76,236,180). Sum of RGB (Red+Green+Blue) = 76+236+180=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECB4 is #B3134B. Grayscale: #B5B5B5. Windows color (decimal): -11735884 or 11856972. OLE color: 11856972.

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

Color convert

RGB 76 236 180 -
CMYK 0.68 0 0.24 0.07
HSL 159º 0.81% 0.61% -
HSV(B) 159º 0.68% 0.93% -
XYZ 41.21 64.82 53.52 -
YUV 181.78 126.99 52.55 -
System Red Green Blue C M Y K H S L
Decimal 76 236 180 0.68 0 0.24 0.07 159 0.81 0.61
Hex 4C EC B4 44 0 18 7 9F 51 3D
Octal 114 354 264 104 0 30 7 237 121 75
Binary 1001100 11101100 10110100 1000100 0 11000 111 10011111 1010001 111101

Color Harmonies of #4CECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECB4

Black with #4CECB4

Text Example


Text Example

White with #4CECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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