Html Css Color HEX #4CECDB Turquoise

📋 copy color: '#4CECDB'

red 76 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #4CECDB

Tints of Turquoise #4CECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 14.31%
G = 44.44%
B = 41.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#4CECDB (or 0x4CECDB) is known color: Turquoise. HEX triplet: 4C, EC and DB. RGB value is (76,236,219). Sum of RGB (Red+Green+Blue) = 76+236+219=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECDB is #B31324. Grayscale: #BABABA. Windows color (decimal): -11735845 or 14412876. OLE color: 14412876.

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

Color convert

RGB 76 236 219 -
CMYK 0.68 0 0.07 0.07
HSL 173.63º 0.81% 0.61% -
HSV(B) 173.63º 0.68% 0.93% -
XYZ 45.76 66.64 77.47 -
YUV 186.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 76 236 219 0.68 0 0.07 0.07 173.63 0.81 0.61
Hex 4C EC DB 44 0 7 7 AE 51 3D
Octal 114 354 333 104 0 7 7 256 121 75
Binary 1001100 11101100 11011011 1000100 0 111 111 10101110 1010001 111101

Color Harmonies of #4CECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECDB

Black with #4CECDB

Text Example


Text Example

White with #4CECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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