#69DEFA

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

Shades of Turquoise Blue #69DEFA

Tints of Turquoise Blue #69DEFA

Color information

#69DEFA (or 0x69DEFA) is unknown color: approx Turquoise Blue. HEX triplet: 69, DE and FA. RGB value is (105,222,250). Sum of RGB (Red+Green+Blue) = 105+222+250=577 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.20% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #69DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DEFA is #962105. Grayscale: #BDBDBD. Windows color (decimal): -9838854 or 16440937. OLE color: 16440937.

HSL color Cylindrical-coordinate representation of color #69DEFA: hue angle of 191.59º degrees, saturation: 0.94, 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 #69DEFA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105222250-
CMYK0.580.1100.02
HSL191.59º93.55%69.61%-
HSV(B)191.59º58%98.04%-
XYZ49.262.1599.84-
YUV190.21161.7467.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.20%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=18.20%
G=38.47%
B=43.33%

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
Decimal1052222500.580.1100.02191.5993.5569.61
Hex69DEFA3AB02c05e46
Octal151336372721302300136106
Binary1101001110111101111101011101010110101100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DEFA; }

 p { color: rgb(105,222,250); }

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

<style>
 a { background-color: #69DEFA; }

 a { background-color: rgb(105,222,250); }

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

<style>
 span { border-color: #69DEFA; }

 span { border-color: rgb(105,222,250); }

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