Html Css Color HEX #3BDCDA Turquoise

📋 copy color: '#3BDCDA'

red 59 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #3BDCDA

Tints of Turquoise #3BDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 11.87%
G = 44.27%
B = 43.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#3BDCDA (or 0x3BDCDA) is known color: Turquoise. HEX triplet: 3B, DC and DA. RGB value is (59,220,218). Sum of RGB (Red+Green+Blue) = 59+220+218=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCDA is #C42325. Grayscale: #ABABAB. Windows color (decimal): -12854054 or 14343227. OLE color: 14343227.

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

Color convert

RGB 59 220 218 -
CMYK 0.73 0 0.01 0.14
HSL 179.25º 0.7% 0.55% -
HSV(B) 179.25º 0.73% 0.86% -
XYZ 40.05 57.18 75.26 -
YUV 171.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 59 220 218 0.73 0 0.01 0.14 179.25 0.7 0.55
Hex 3B DC DA 49 0 1 E B3 46 37
Octal 73 334 332 111 0 1 16 263 106 67
Binary 111011 11011100 11011010 1001001 0 1 1110 10110011 1000110 110111

Color Harmonies of #3BDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCDA

Black with #3BDCDA

Text Example


Text Example

White with #3BDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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