Html Css Color HEX #3BDCD3 Turquoise

📋 copy color: '#3BDCD3'

red 59 ◦ green 220 ◦ blue 211

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

Shades of Turquoise #3BDCD3

Tints of Turquoise #3BDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.06%

R = 12.04%
G = 44.9%
B = 43.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#3BDCD3 (or 0x3BDCD3) is known color: Turquoise. HEX triplet: 3B, DC and D3. RGB value is (59,220,211). Sum of RGB (Red+Green+Blue) = 59+220+211=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCD3 is #C4232C. Grayscale: #AAAAAA. Windows color (decimal): -12854061 or 13884475. OLE color: 13884475.

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

Color convert

RGB 59 220 211 -
CMYK 0.73 0 0.04 0.14
HSL 176.65º 0.7% 0.55% -
HSV(B) 176.65º 0.73% 0.86% -
XYZ 39.15 56.82 70.53 -
YUV 170.84 150.66 48.23 -
System Red Green Blue C M Y K H S L
Decimal 59 220 211 0.73 0 0.04 0.14 176.65 0.7 0.55
Hex 3B DC D3 49 0 4 E B1 46 37
Octal 73 334 323 111 0 4 16 261 106 67
Binary 111011 11011100 11010011 1001001 0 100 1110 10110001 1000110 110111

Color Harmonies of #3BDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCD3

Black with #3BDCD3

Text Example


Text Example

White with #3BDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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