Html Css Color HEX #3BDFB6 Turquoise

📋 copy color: '#3BDFB6'

red 59 ◦ green 223 ◦ blue 182

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

Shades of Turquoise #3BDFB6

Tints of Turquoise #3BDFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 12.72%
G = 48.06%
B = 39.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#3BDFB6 (or 0x3BDFB6) is known color: Turquoise. HEX triplet: 3B, DF and B6. RGB value is (59,223,182). Sum of RGB (Red+Green+Blue) = 59+223+182=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFB6 is #C42049. Grayscale: #A9A9A9. Windows color (decimal): -12853322 or 11984699. OLE color: 11984699.

HSL color Cylindrical-coordinate representation of color #3BDFB6: hue angle of 165º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFB6 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 223 182 -
CMYK 0.74 0 0.18 0.13
HSL 165º 0.72% 0.55% -
HSV(B) 165º 0.74% 0.87% -
XYZ 36.63 57.08 53.34 -
YUV 169.29 135.17 49.33 -
System Red Green Blue C M Y K H S L
Decimal 59 223 182 0.74 0 0.18 0.13 165 0.72 0.55
Hex 3B DF B6 4A 0 12 D A5 48 37
Octal 73 337 266 112 0 22 15 245 110 67
Binary 111011 11011111 10110110 1001010 0 10010 1101 10100101 1001000 110111

Color Harmonies of #3BDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDFB6

Black with #3BDFB6

Text Example


Text Example

White with #3BDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,223,182); }

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

background-color css

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

 a { background-color: rgb(59,223,182); }

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

border-color css

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

 span { border-color: rgb(59,223,182); }

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