Html Css Color HEX #3CEFC9 Turquoise

📋 copy color: '#3CEFC9'

red 60 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #3CEFC9

Tints of Turquoise #3CEFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

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

R = 12%
G = 47.8%
B = 40.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#3CEFC9 (or 0x3CEFC9) is known color: Turquoise. HEX triplet: 3C, EF and C9. RGB value is (60,239,201). Sum of RGB (Red+Green+Blue) = 60+239+201=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFC9 is #C31036. Grayscale: #B5B5B5. Windows color (decimal): -12783671 or 13233980. OLE color: 13233980.

HSL color Cylindrical-coordinate representation of color #3CEFC9: hue angle of 167.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFC9 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 201 -
CMYK 0.75 0 0.16 0.06
HSL 167.26º 0.85% 0.59% -
HSV(B) 167.26º 0.75% 0.94% -
XYZ 43.27 66.91 65.89 -
YUV 181.15 139.2 41.59 -
System Red Green Blue C M Y K H S L
Decimal 60 239 201 0.75 0 0.16 0.06 167.26 0.85 0.59
Hex 3C EF C9 4B 0 10 6 A7 55 3B
Octal 74 357 311 113 0 20 6 247 125 73
Binary 111100 11101111 11001001 1001011 0 10000 110 10100111 1010101 111011

Color Harmonies of #3CEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFC9

Black with #3CEFC9

Text Example


Text Example

White with #3CEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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