Html Css Color HEX #3BDBD2 Turquoise

📋 copy color: '#3BDBD2'

red 59 ◦ green 219 ◦ blue 210

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

Shades of Turquoise #3BDBD2

Tints of Turquoise #3BDBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 12.09%
G = 44.88%
B = 43.03%

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

#3BDBD2 (or 0x3BDBD2) is known color: Turquoise. HEX triplet: 3B, DB and D2. RGB value is (59,219,210). Sum of RGB (Red+Green+Blue) = 59+219+210=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBD2 is #C4242D. Grayscale: #AAAAAA. Windows color (decimal): -12854318 or 13818683. OLE color: 13818683.

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

Color convert

RGB 59 219 210 -
CMYK 0.73 0 0.04 0.14
HSL 176.63º 0.69% 0.55% -
HSV(B) 176.63º 0.73% 0.86% -
XYZ 38.77 56.25 69.79 -
YUV 170.13 150.49 48.73 -
System Red Green Blue C M Y K H S L
Decimal 59 219 210 0.73 0 0.04 0.14 176.63 0.69 0.55
Hex 3B DB D2 49 0 4 E B1 45 37
Octal 73 333 322 111 0 4 16 261 105 67
Binary 111011 11011011 11010010 1001001 0 100 1110 10110001 1000101 110111

Color Harmonies of #3BDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDBD2

Black with #3BDBD2

Text Example


Text Example

White with #3BDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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