Html Css Color HEX #3CDBC8 Turquoise

📋 copy color: '#3CDBC8'

red 60 ◦ green 219 ◦ blue 200

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

Shades of Turquoise #3CDBC8

Tints of Turquoise #3CDBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 12.53%
G = 45.72%
B = 41.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#3CDBC8 (or 0x3CDBC8) is known color: Turquoise. HEX triplet: 3C, DB and C8. RGB value is (60,219,200). Sum of RGB (Red+Green+Blue) = 60+219+200=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBC8 is #C32437. Grayscale: #A9A9A9. Windows color (decimal): -12788792 or 13163324. OLE color: 13163324.

HSL color Cylindrical-coordinate representation of color #3CDBC8: hue angle of 172.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDBC8 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 219 200 -
CMYK 0.73 0 0.09 0.14
HSL 172.83º 0.69% 0.55% -
HSV(B) 172.83º 0.73% 0.86% -
XYZ 37.62 55.79 63.43 -
YUV 169.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 60 219 200 0.73 0 0.09 0.14 172.83 0.69 0.55
Hex 3C DB C8 49 0 9 E AD 45 37
Octal 74 333 310 111 0 11 16 255 105 67
Binary 111100 11011011 11001000 1001001 0 1001 1110 10101101 1000101 110111

Color Harmonies of #3CDBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDBC8

Black with #3CDBC8

Text Example


Text Example

White with #3CDBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,219,200); }

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

background-color css

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

 a { background-color: rgb(60,219,200); }

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

border-color css

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

 span { border-color: rgb(60,219,200); }

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