Html Css Color HEX #3CE1CC Turquoise

📋 copy color: '#3CE1CC'

red 60 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #3CE1CC

Tints of Turquoise #3CE1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 12.27%
G = 46.01%
B = 41.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#3CE1CC (or 0x3CE1CC) is known color: Turquoise. HEX triplet: 3C, E1 and CC. RGB value is (60,225,204). Sum of RGB (Red+Green+Blue) = 60+225+204=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1CC is #C31E33. Grayscale: #ADADAD. Windows color (decimal): -12787252 or 13427004. OLE color: 13427004.

HSL color Cylindrical-coordinate representation of color #3CE1CC: hue angle of 172.36º 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 #3CE1CC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 204 -
CMYK 0.73 0 0.09 0.12
HSL 172.36º 0.73% 0.56% -
HSV(B) 172.36º 0.73% 0.88% -
XYZ 39.69 59.17 66.46 -
YUV 173.27 145.34 47.21 -
System Red Green Blue C M Y K H S L
Decimal 60 225 204 0.73 0 0.09 0.12 172.36 0.73 0.56
Hex 3C E1 CC 49 0 9 C AC 49 38
Octal 74 341 314 111 0 11 14 254 111 70
Binary 111100 11100001 11001100 1001001 0 1001 1100 10101100 1001001 111000

Color Harmonies of #3CE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE1CC

Black with #3CE1CC

Text Example


Text Example

White with #3CE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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