Html Css Color HEX #4CEBD1 Turquoise

📋 copy color: '#4CEBD1'

red 76 ◦ green 235 ◦ blue 209

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

Shades of Turquoise #4CEBD1

Tints of Turquoise #4CEBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 14.62%
G = 45.19%
B = 40.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#4CEBD1 (or 0x4CEBD1) is known color: Turquoise. HEX triplet: 4C, EB and D1. RGB value is (76,235,209). Sum of RGB (Red+Green+Blue) = 76+235+209=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBD1 is #B3142E. Grayscale: #B8B8B8. Windows color (decimal): -11736111 or 13757260. OLE color: 13757260.

HSL color Cylindrical-coordinate representation of color #4CEBD1: hue angle of 170.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEBD1 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 235 209 -
CMYK 0.68 0 0.11 0.08
HSL 170.19º 0.8% 0.61% -
HSV(B) 170.19º 0.68% 0.92% -
XYZ 44.2 65.56 70.65 -
YUV 184.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 76 235 209 0.68 0 0.11 0.08 170.19 0.8 0.61
Hex 4C EB D1 44 0 B 8 AA 50 3D
Octal 114 353 321 104 0 13 10 252 120 75
Binary 1001100 11101011 11010001 1000100 0 1011 1000 10101010 1010000 111101

Color Harmonies of #4CEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBD1

Black with #4CEBD1

Text Example


Text Example

White with #4CEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,235,209); }

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

background-color css

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

 a { background-color: rgb(76,235,209); }

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

border-color css

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

 span { border-color: rgb(76,235,209); }

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