Html Css Color HEX #3CDEC5 Turquoise

📋 copy color: '#3CDEC5'

red 60 ◦ green 222 ◦ blue 197

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

Shades of Turquoise #3CDEC5

Tints of Turquoise #3CDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 12.53%
G = 46.35%
B = 41.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#3CDEC5 (or 0x3CDEC5) is known color: Turquoise. HEX triplet: 3C, DE and C5. RGB value is (60,222,197). Sum of RGB (Red+Green+Blue) = 60+222+197=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEC5 is #C3213A. Grayscale: #AAAAAA. Windows color (decimal): -12788027 or 12967484. OLE color: 12967484.

HSL color Cylindrical-coordinate representation of color #3CDEC5: hue angle of 170.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDEC5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 222 197 -
CMYK 0.73 0 0.11 0.13
HSL 170.74º 0.71% 0.55% -
HSV(B) 170.74º 0.73% 0.87% -
XYZ 38.06 57.23 61.86 -
YUV 170.71 142.83 49.03 -
System Red Green Blue C M Y K H S L
Decimal 60 222 197 0.73 0 0.11 0.13 170.74 0.71 0.55
Hex 3C DE C5 49 0 B D AB 47 37
Octal 74 336 305 111 0 13 15 253 107 67
Binary 111100 11011110 11000101 1001001 0 1011 1101 10101011 1000111 110111

Color Harmonies of #3CDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEC5

Black with #3CDEC5

Text Example


Text Example

White with #3CDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,222,197); }

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

background-color css

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

 a { background-color: rgb(60,222,197); }

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

border-color css

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

 span { border-color: rgb(60,222,197); }

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