Html Css Color HEX #3CEDD9 Turquoise

📋 copy color: '#3CEDD9'

red 60 ◦ green 237 ◦ blue 217

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

Shades of Turquoise #3CEDD9

Tints of Turquoise #3CEDD9

RGB

 RED value IS 60 (23.83% from 255) = 11.67%

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

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 11.67%
G = 46.11%
B = 42.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#3CEDD9 (or 0x3CEDD9) is known color: Turquoise. HEX triplet: 3C, ED and D9. RGB value is (60,237,217). Sum of RGB (Red+Green+Blue) = 60+237+217=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDD9 is #C31226. Grayscale: #B5B5B5. Windows color (decimal): -12784167 or 14282044. OLE color: 14282044.

HSL color Cylindrical-coordinate representation of color #3CEDD9: hue angle of 173.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDD9 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 217 -
CMYK 0.75 0 0.08 0.07
HSL 173.22º 0.83% 0.58% -
HSV(B) 173.22º 0.75% 0.93% -
XYZ 44.67 66.54 76.13 -
YUV 181.8 147.86 41.13 -
System Red Green Blue C M Y K H S L
Decimal 60 237 217 0.75 0 0.08 0.07 173.22 0.83 0.58
Hex 3C ED D9 4B 0 8 7 AD 53 3A
Octal 74 355 331 113 0 10 7 255 123 72
Binary 111100 11101101 11011001 1001011 0 1000 111 10101101 1010011 111010

Color Harmonies of #3CEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDD9

Black with #3CEDD9

Text Example


Text Example

White with #3CEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CEDD9; }

 p { color: rgb(60,237,217); }

 H1.HeaderClassName
 {
   color: #3CEDD9;
 }
 .AnyTagClassName
 {
   color: #3CEDD9;
 }
</style>

background-color css

<style>
 a { background-color: #3CEDD9; }

 a { background-color: rgb(60,237,217); }

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

border-color css

<style>
 span { border-color: #3CEDD9; }

 span { border-color: rgb(60,237,217); }

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