Html Css Color HEX #3BDCD4 Turquoise

📋 copy color: '#3BDCD4'

red 59 ◦ green 220 ◦ blue 212

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

Shades of Turquoise #3BDCD4

Tints of Turquoise #3BDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 12.02%
G = 44.81%
B = 43.18%

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

#3BDCD4 (or 0x3BDCD4) is known color: Turquoise. HEX triplet: 3B, DC and D4. RGB value is (59,220,212). Sum of RGB (Red+Green+Blue) = 59+220+212=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCD4 is #C4232B. Grayscale: #AAAAAA. Windows color (decimal): -12854060 or 13950011. OLE color: 13950011.

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

Color convert

RGB 59 220 212 -
CMYK 0.73 0 0.04 0.14
HSL 177.02º 0.7% 0.55% -
HSV(B) 177.02º 0.73% 0.86% -
XYZ 39.28 56.87 71.19 -
YUV 170.95 151.16 48.15 -
System Red Green Blue C M Y K H S L
Decimal 59 220 212 0.73 0 0.04 0.14 177.02 0.7 0.55
Hex 3B DC D4 49 0 4 E B1 46 37
Octal 73 334 324 111 0 4 16 261 106 67
Binary 111011 11011100 11010100 1001001 0 100 1110 10110001 1000110 110111

Color Harmonies of #3BDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCD4

Black with #3BDCD4

Text Example


Text Example

White with #3BDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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