Html Css Color HEX #4CEDEC Turquoise

📋 copy color: '#4CEDEC'

red 76 ◦ green 237 ◦ blue 236

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

Shades of Turquoise #4CEDEC

Tints of Turquoise #4CEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 13.84%
G = 43.17%
B = 42.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#4CEDEC (or 0x4CEDEC) is known color: Turquoise. HEX triplet: 4C, ED and EC. RGB value is (76,237,236). Sum of RGB (Red+Green+Blue) = 76+237+236=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEDEC is #B31213. Grayscale: #BCBCBC. Windows color (decimal): -11735572 or 15527244. OLE color: 15527244.

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

Color convert

RGB 76 237 236 -
CMYK 0.68 0 0.00 0.07
HSL 179.63º 0.82% 0.61% -
HSV(B) 179.63º 0.68% 0.93% -
XYZ 48.41 68.16 89.96 -
YUV 188.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 76 237 236 0.68 0 0.00 0.07 179.63 0.82 0.61
Hex 4C ED EC 44 0 0 7 B4 52 3D
Octal 114 355 354 104 0 0 7 264 122 75
Binary 1001100 11101101 11101100 1000100 0 0 111 10110100 1010010 111101

Color Harmonies of #4CEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEDEC

Black with #4CEDEC

Text Example


Text Example

White with #4CEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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