#6ADBE1

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

Shades of Turquoise Blue #6ADBE1

Tints of Turquoise Blue #6ADBE1

Color information

#6ADBE1 (or 0x6ADBE1) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DB and E1. RGB value is (106,219,225). Sum of RGB (Red+Green+Blue) = 106+219+225=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ADBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBE1 is #95241E. Grayscale: #B9B9B9. Windows color (decimal): -9774111 or 14801770. OLE color: 14801770.

HSL color Cylindrical-coordinate representation of color #6ADBE1: hue angle of 183.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ADBE1 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106219225-
CMYK0.530.0300.12
HSL183.03º66.48%64.9%-
HSV(B)183.03º52.89%88.24%-
XYZ44.8759.1680.29-
YUV185.9150.0671.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.27%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=19.27%
G=39.82%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062192250.530.0300.12183.0366.4864.9
Hex6ADBE13530Cb74241
Octal152333341653014267102101
Binary1101010110110111110000111010111011001011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,219,225); }

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

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

 a { background-color: rgb(106,219,225); }

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

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

 span { border-color: rgb(106,219,225); }

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