Html Css Color HEX #4CEDC2 Turquoise

📋 copy color: '#4CEDC2'

red 76 ◦ green 237 ◦ blue 194

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

Shades of Turquoise #4CEDC2

Tints of Turquoise #4CEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 14.99%
G = 46.75%
B = 38.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#4CEDC2 (or 0x4CEDC2) is known color: Turquoise. HEX triplet: 4C, ED and C2. RGB value is (76,237,194). Sum of RGB (Red+Green+Blue) = 76+237+194=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDC2 is #B3123D. Grayscale: #B7B7B7. Windows color (decimal): -11735614 or 12774732. OLE color: 12774732.

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

Color convert

RGB 76 237 194 -
CMYK 0.68 0 0.18 0.07
HSL 163.98º 0.82% 0.61% -
HSV(B) 163.98º 0.68% 0.93% -
XYZ 43 66 61.51 -
YUV 183.96 133.66 51 -
System Red Green Blue C M Y K H S L
Decimal 76 237 194 0.68 0 0.18 0.07 163.98 0.82 0.61
Hex 4C ED C2 44 0 12 7 A4 52 3D
Octal 114 355 302 104 0 22 7 244 122 75
Binary 1001100 11101101 11000010 1000100 0 10010 111 10100100 1010010 111101

Color Harmonies of #4CEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEDC2

Black with #4CEDC2

Text Example


Text Example

White with #4CEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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