Html Css Color HEX #3BDBF9 Turquoise

📋 copy color: '#3BDBF9'

red 59 ◦ green 219 ◦ blue 249

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

Shades of Turquoise #3BDBF9

Tints of Turquoise #3BDBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 11.2%
G = 41.56%
B = 47.25%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BDBF9 (or 0x3BDBF9) is known color: Turquoise. HEX triplet: 3B, DB and F9. RGB value is (59,219,249). Sum of RGB (Red+Green+Blue) = 59+219+249=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BDBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBF9 is #C42406. Grayscale: #AEAEAE. Windows color (decimal): -12854279 or 16374587. OLE color: 16374587.

HSL color Cylindrical-coordinate representation of color #3BDBF9: hue angle of 189.47º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDBF9 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 219 249 -
CMYK 0.76 0.12 0 0.02
HSL 189.47º 0.94% 0.6% -
HSV(B) 189.47º 0.76% 0.98% -
XYZ 44.23 58.43 98.57 -
YUV 174.58 169.99 45.56 -
System Red Green Blue C M Y K H S L
Decimal 59 219 249 0.76 0.12 0 0.02 189.47 0.94 0.6
Hex 3B DB F9 4C C 0 2 BD 5E 3C
Octal 73 333 371 114 14 0 2 275 136 74
Binary 111011 11011011 11111001 1001100 1100 0 10 10111101 1011110 111100

Color Harmonies of #3BDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDBF9

Black with #3BDBF9

Text Example


Text Example

White with #3BDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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