Html Css Color HEX #3CE3D9 Turquoise

📋 copy color: '#3CE3D9'

red 60 ◦ green 227 ◦ blue 217

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

Shades of Turquoise #3CE3D9

Tints of Turquoise #3CE3D9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

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

R = 11.9%
G = 45.04%
B = 43.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#3CE3D9 (or 0x3CE3D9) is known color: Turquoise. HEX triplet: 3C, E3 and D9. RGB value is (60,227,217). Sum of RGB (Red+Green+Blue) = 60+227+217=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3D9 is #C31C26. Grayscale: #AFAFAF. Windows color (decimal): -12786727 or 14279484. OLE color: 14279484.

HSL color Cylindrical-coordinate representation of color #3CE3D9: hue angle of 176.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3D9 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 227 217 -
CMYK 0.74 0 0.04 0.11
HSL 176.41º 0.75% 0.56% -
HSV(B) 176.41º 0.74% 0.89% -
XYZ 41.86 60.91 75.2 -
YUV 175.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 60 227 217 0.74 0 0.04 0.11 176.41 0.75 0.56
Hex 3C E3 D9 4A 0 4 B B0 4B 38
Octal 74 343 331 112 0 4 13 260 113 70
Binary 111100 11100011 11011001 1001010 0 100 1011 10110000 1001011 111000

Color Harmonies of #3CE3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE3D9

Black with #3CE3D9

Text Example


Text Example

White with #3CE3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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