#3BDAFD

Color #3BDAFD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3BDAFD

Tints of Turquoise #3BDAFD

Color information

#3BDAFD (or 0x3BDAFD) is unknown color: approx Turquoise. HEX triplet: 3B, DA and FD. RGB value is (59,218,253). Sum of RGB (Red+Green+Blue) = 59+218+253=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDAFD is #C42502. Grayscale: #AEAEAE. Windows color (decimal): -12854531 or 16636475. OLE color: 16636475.

HSL color Cylindrical-coordinate representation of color #3BDAFD: hue angle of 190.82º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDAFD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB59218253-
CMYK0.770.1400.01
HSL190.82º97.98%61.18%-
HSV(B)190.82º76.68%99.22%-
XYZ44.658.16101.8-
YUV174.45172.3245.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.13%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=11.13%
G=41.13%
B=47.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal592182530.770.1400.01190.8297.9861.18
Hex3BDAFD4DE01bf623d
Octal73332375115160127714275
Binary11101111011010111111011001101111001101111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,218,253); }

 H1.HeaderClassName
 {
   color: #3BDAFD;
 }
 .AnyTagClassName
 {
   color: #3BDAFD;
 }
</style>
background-color css

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

 a { background-color: rgb(59,218,253); }

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

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

 span { border-color: rgb(59,218,253); }

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