Html Css Color HEX #3BD8F9 Turquoise

📋 copy color: '#3BD8F9'

red 59 ◦ green 216 ◦ blue 249

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

Shades of Turquoise #3BD8F9

Tints of Turquoise #3BD8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

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

R = 11.26%
G = 41.22%
B = 47.52%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3BD8F9 (or 0x3BD8F9) is known color: Turquoise. HEX triplet: 3B, D8 and F9. RGB value is (59,216,249). Sum of RGB (Red+Green+Blue) = 59+216+249=524 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.26% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BD8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD8F9 is #C42706. Grayscale: #ACACAC. Windows color (decimal): -12855047 or 16373819. OLE color: 16373819.

HSL color Cylindrical-coordinate representation of color #3BD8F9: hue angle of 190.42º 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 #3BD8F9 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 216 249 -
CMYK 0.76 0.13 0 0.02
HSL 190.42º 0.94% 0.6% -
HSV(B) 190.42º 0.76% 0.98% -
XYZ 43.46 56.88 98.31 -
YUV 172.82 170.99 46.82 -
System Red Green Blue C M Y K H S L
Decimal 59 216 249 0.76 0.13 0 0.02 190.42 0.94 0.6
Hex 3B D8 F9 4C D 0 2 BE 5E 3C
Octal 73 330 371 114 15 0 2 276 136 74
Binary 111011 11011000 11111001 1001100 1101 0 10 10111110 1011110 111100

Color Harmonies of #3BD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD8F9

Black with #3BD8F9

Text Example


Text Example

White with #3BD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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