#69DFED

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

Shades of Turquoise Blue #69DFED

Tints of Turquoise Blue #69DFED

Color information

#69DFED (or 0x69DFED) is unknown color: approx Turquoise Blue. HEX triplet: 69, DF and ED. RGB value is (105,223,237). Sum of RGB (Red+Green+Blue) = 105+223+237=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #69DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DFED is #962012. Grayscale: #BDBDBD. Windows color (decimal): -9838611 or 15589225. OLE color: 15589225.

HSL color Cylindrical-coordinate representation of color #69DFED: hue angle of 186.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DFED is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105223237-
CMYK0.560.0600.07
HSL186.36º78.57%67.06%-
HSV(B)186.36º55.7%92.94%-
XYZ47.561.8989.56-
YUV189.31154.9167.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.58%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=18.58%
G=39.47%
B=41.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052232370.560.0600.07186.3678.5767.06
Hex69DFED38607ba4f43
Octal15133735570607272117103
Binary1101001110111111110110111100011001111011101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,237); }

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

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

 a { background-color: rgb(105,223,237); }

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

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

 span { border-color: rgb(105,223,237); }

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