Html Css Color HEX #3CDCB8 Turquoise

📋 copy color: '#3CDCB8'

red 60 ◦ green 220 ◦ blue 184

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

Shades of Turquoise #3CDCB8

Tints of Turquoise #3CDCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 184 (72.27% from 255) = 39.66%

R = 12.93%
G = 47.41%
B = 39.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#3CDCB8 (or 0x3CDCB8) is known color: Turquoise. HEX triplet: 3C, DC and B8. RGB value is (60,220,184). Sum of RGB (Red+Green+Blue) = 60+220+184=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCB8 is #C32347. Grayscale: #A8A8A8. Windows color (decimal): -12788552 or 12115004. OLE color: 12115004.

HSL color Cylindrical-coordinate representation of color #3CDCB8: hue angle of 166.5º degrees, saturation: 0.7, 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 #3CDCB8 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 184 -
CMYK 0.73 0 0.16 0.14
HSL 166.5º 0.7% 0.55% -
HSV(B) 166.5º 0.73% 0.86% -
XYZ 36.11 55.61 54.18 -
YUV 168.06 136.99 50.93 -
System Red Green Blue C M Y K H S L
Decimal 60 220 184 0.73 0 0.16 0.14 166.5 0.7 0.55
Hex 3C DC B8 49 0 10 E A6 46 37
Octal 74 334 270 111 0 20 16 246 106 67
Binary 111100 11011100 10111000 1001001 0 10000 1110 10100110 1000110 110111

Color Harmonies of #3CDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCB8

Black with #3CDCB8

Text Example


Text Example

White with #3CDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,184); }

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

background-color css

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

 a { background-color: rgb(60,220,184); }

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

border-color css

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

 span { border-color: rgb(60,220,184); }

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