Html Css Color HEX #3CE1C9 Turquoise

📋 copy color: '#3CE1C9'

red 60 ◦ green 225 ◦ blue 201

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

Shades of Turquoise #3CE1C9

Tints of Turquoise #3CE1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 12.35%
G = 46.3%
B = 41.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#3CE1C9 (or 0x3CE1C9) is known color: Turquoise. HEX triplet: 3C, E1 and C9. RGB value is (60,225,201). Sum of RGB (Red+Green+Blue) = 60+225+201=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1C9 is #C31E36. Grayscale: #ACACAC. Windows color (decimal): -12787255 or 13230396. OLE color: 13230396.

HSL color Cylindrical-coordinate representation of color #3CE1C9: hue angle of 171.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1C9 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 201 -
CMYK 0.73 0 0.11 0.12
HSL 171.27º 0.73% 0.56% -
HSV(B) 171.27º 0.73% 0.88% -
XYZ 39.33 59.03 64.58 -
YUV 172.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 60 225 201 0.73 0 0.11 0.12 171.27 0.73 0.56
Hex 3C E1 C9 49 0 B C AB 49 38
Octal 74 341 311 111 0 13 14 253 111 70
Binary 111100 11100001 11001001 1001001 0 1011 1100 10101011 1001001 111000

Color Harmonies of #3CE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE1C9

Black with #3CE1C9

Text Example


Text Example

White with #3CE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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