Html Css Color HEX #3CDCB3 Turquoise

📋 copy color: '#3CDCB3'

red 60 ◦ green 220 ◦ blue 179

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

Shades of Turquoise #3CDCB3

Tints of Turquoise #3CDCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 13.07%
G = 47.93%
B = 39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#3CDCB3 (or 0x3CDCB3) is known color: Turquoise. HEX triplet: 3C, DC and B3. RGB value is (60,220,179). Sum of RGB (Red+Green+Blue) = 60+220+179=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCB3 is #C3234C. Grayscale: #A7A7A7. Windows color (decimal): -12788557 or 11787324. OLE color: 11787324.

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

Color convert

RGB 60 220 179 -
CMYK 0.73 0 0.19 0.14
HSL 164.63º 0.7% 0.55% -
HSV(B) 164.63º 0.73% 0.86% -
XYZ 35.59 55.4 51.47 -
YUV 167.49 134.49 51.33 -
System Red Green Blue C M Y K H S L
Decimal 60 220 179 0.73 0 0.19 0.14 164.63 0.7 0.55
Hex 3C DC B3 49 0 13 E A5 46 37
Octal 74 334 263 111 0 23 16 245 106 67
Binary 111100 11011100 10110011 1001001 0 10011 1110 10100101 1000110 110111

Color Harmonies of #3CDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCB3

Black with #3CDCB3

Text Example


Text Example

White with #3CDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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