Html Css Color HEX #3BF2DB Turquoise

📋 copy color: '#3BF2DB'

red 59 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #3BF2DB

Tints of Turquoise #3BF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 11.35%
G = 46.54%
B = 42.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#3BF2DB (or 0x3BF2DB) is known color: Turquoise. HEX triplet: 3B, F2 and DB. RGB value is (59,242,219). Sum of RGB (Red+Green+Blue) = 59+242+219=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2DB is #C40D24. Grayscale: #B8B8B8. Windows color (decimal): -12848421 or 14414395. OLE color: 14414395.

HSL color Cylindrical-coordinate representation of color #3BF2DB: hue angle of 172.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2DB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 219 -
CMYK 0.76 0 0.10 0.05
HSL 172.46º 0.88% 0.59% -
HSV(B) 172.46º 0.76% 0.95% -
XYZ 46.34 69.55 78 -
YUV 184.66 147.37 38.37 -
System Red Green Blue C M Y K H S L
Decimal 59 242 219 0.76 0 0.10 0.05 172.46 0.88 0.59
Hex 3B F2 DB 4C 0 A 5 AC 58 3B
Octal 73 362 333 114 0 12 5 254 130 73
Binary 111011 11110010 11011011 1001100 0 1010 101 10101100 1011000 111011

Color Harmonies of #3BF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF2DB

Black with #3BF2DB

Text Example


Text Example

White with #3BF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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