#6ADFFB

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

Shades of Turquoise Blue #6ADFFB

Tints of Turquoise Blue #6ADFFB

Color information

#6ADFFB (or 0x6ADFFB) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DF and FB. RGB value is (106,223,251). Sum of RGB (Red+Green+Blue) = 106+223+251=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ADFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFFB is #952004. Grayscale: #BEBEBE. Windows color (decimal): -9773061 or 16506730. OLE color: 16506730.

HSL color Cylindrical-coordinate representation of color #6ADFFB: hue angle of 191.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADFFB is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106223251-
CMYK0.580.1100.02
HSL191.59º94.77%70%-
HSV(B)191.59º57.77%98.43%-
XYZ49.7462.8100.77-
YUV191.21161.7467.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.28%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=18.28%
G=38.45%
B=43.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062232510.580.1100.02191.5994.7770
Hex6ADFFB3AB02c05f46
Octal152337373721302300137106
Binary1101010110111111111101111101010110101100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ADFFB; }

 p { color: rgb(106,223,251); }

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

<style>
 a { background-color: #6ADFFB; }

 a { background-color: rgb(106,223,251); }

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

<style>
 span { border-color: #6ADFFB; }

 span { border-color: rgb(106,223,251); }

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