Html Css Color HEX #3CEDC9 Turquoise

📋 copy color: '#3CEDC9'

red 60 ◦ green 237 ◦ blue 201

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

Shades of Turquoise #3CEDC9

Tints of Turquoise #3CEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 12.05%
G = 47.59%
B = 40.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#3CEDC9 (or 0x3CEDC9) is known color: Turquoise. HEX triplet: 3C, ED and C9. RGB value is (60,237,201). Sum of RGB (Red+Green+Blue) = 60+237+201=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDC9 is #C31236. Grayscale: #B3B3B3. Windows color (decimal): -12784183 or 13233468. OLE color: 13233468.

HSL color Cylindrical-coordinate representation of color #3CEDC9: hue angle of 167.8º 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 #3CEDC9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 201 -
CMYK 0.75 0 0.15 0.07
HSL 167.8º 0.83% 0.58% -
HSV(B) 167.8º 0.75% 0.93% -
XYZ 42.69 65.75 65.7 -
YUV 179.97 139.86 42.43 -
System Red Green Blue C M Y K H S L
Decimal 60 237 201 0.75 0 0.15 0.07 167.8 0.83 0.58
Hex 3C ED C9 4B 0 F 7 A8 53 3A
Octal 74 355 311 113 0 17 7 250 123 72
Binary 111100 11101101 11001001 1001011 0 1111 111 10101000 1010011 111010

Color Harmonies of #3CEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDC9

Black with #3CEDC9

Text Example


Text Example

White with #3CEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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