Html Css Color HEX #3CEDC5 Turquoise

📋 copy color: '#3CEDC5'

red 60 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #3CEDC5

Tints of Turquoise #3CEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.98%

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

R = 12.15%
G = 47.98%
B = 39.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#3CEDC5 (or 0x3CEDC5) is known color: Turquoise. HEX triplet: 3C, ED and C5. RGB value is (60,237,197). Sum of RGB (Red+Green+Blue) = 60+237+197=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDC5 is #C3123A. Grayscale: #B3B3B3. Windows color (decimal): -12784187 or 12971324. OLE color: 12971324.

HSL color Cylindrical-coordinate representation of color #3CEDC5: hue angle of 166.44º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDC5 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 197 -
CMYK 0.75 0 0.17 0.07
HSL 166.44º 0.83% 0.58% -
HSV(B) 166.44º 0.75% 0.93% -
XYZ 42.23 65.56 63.25 -
YUV 179.52 137.86 42.75 -
System Red Green Blue C M Y K H S L
Decimal 60 237 197 0.75 0 0.17 0.07 166.44 0.83 0.58
Hex 3C ED C5 4B 0 11 7 A6 53 3A
Octal 74 355 305 113 0 21 7 246 123 72
Binary 111100 11101101 11000101 1001011 0 10001 111 10100110 1010011 111010

Color Harmonies of #3CEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDC5

Black with #3CEDC5

Text Example


Text Example

White with #3CEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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