Html Css Color HEX #4CECDD Turquoise

📋 copy color: '#4CECDD'

red 76 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #4CECDD

Tints of Turquoise #4CECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 14.26%
G = 44.28%
B = 41.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4CECDD (or 0x4CECDD) is known color: Turquoise. HEX triplet: 4C, EC and DD. RGB value is (76,236,221). Sum of RGB (Red+Green+Blue) = 76+236+221=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECDD is #B31322. Grayscale: #BABABA. Windows color (decimal): -11735843 or 14543948. OLE color: 14543948.

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

Color convert

RGB 76 236 221 -
CMYK 0.68 0 0.06 0.07
HSL 174.38º 0.81% 0.61% -
HSV(B) 174.38º 0.68% 0.93% -
XYZ 46.03 66.75 78.86 -
YUV 186.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 76 236 221 0.68 0 0.06 0.07 174.38 0.81 0.61
Hex 4C EC DD 44 0 6 7 AE 51 3D
Octal 114 354 335 104 0 6 7 256 121 75
Binary 1001100 11101100 11011101 1000100 0 110 111 10101110 1010001 111101

Color Harmonies of #4CECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECDD

Black with #4CECDD

Text Example


Text Example

White with #4CECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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