Html Css Color HEX #3BDCD2 Turquoise

📋 copy color: '#3BDCD2'

red 59 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #3BDCD2

Tints of Turquoise #3BDCD2

RGB

 RED value IS 59 (23.44% from 255) = 12.07%

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 12.07%
G = 44.99%
B = 42.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#3BDCD2 (or 0x3BDCD2) is known color: Turquoise. HEX triplet: 3B, DC and D2. RGB value is (59,220,210). Sum of RGB (Red+Green+Blue) = 59+220+210=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCD2 is #C4232D. Grayscale: #AAAAAA. Windows color (decimal): -12854062 or 13818939. OLE color: 13818939.

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

Color convert

RGB 59 220 210 -
CMYK 0.73 0 0.05 0.14
HSL 176.27º 0.7% 0.55% -
HSV(B) 176.27º 0.73% 0.86% -
XYZ 39.03 56.77 69.87 -
YUV 170.72 150.16 48.31 -
System Red Green Blue C M Y K H S L
Decimal 59 220 210 0.73 0 0.05 0.14 176.27 0.7 0.55
Hex 3B DC D2 49 0 5 E B0 46 37
Octal 73 334 322 111 0 5 16 260 106 67
Binary 111011 11011100 11010010 1001001 0 101 1110 10110000 1000110 110111

Color Harmonies of #3BDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCD2

Black with #3BDCD2

Text Example


Text Example

White with #3BDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,210); }

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

background-color css

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

 a { background-color: rgb(59,220,210); }

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

border-color css

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

 span { border-color: rgb(59,220,210); }

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