#69DEEF

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

Shades of Turquoise Blue #69DEEF

Tints of Turquoise Blue #69DEEF

Color information

#69DEEF (or 0x69DEEF) is unknown color: approx Turquoise Blue. HEX triplet: 69, DE and EF. RGB value is (105,222,239). Sum of RGB (Red+Green+Blue) = 105+222+239=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #69DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DEEF is #962110. Grayscale: #BCBCBC. Windows color (decimal): -9838865 or 15720041. OLE color: 15720041.

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

Color convert

RGB105222239-
CMYK0.560.0700.06
HSL187.61º80.72%67.45%-
HSV(B)187.61º56.07%93.73%-
XYZ47.5361.4891.02-
YUV188.96156.2468.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.55%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=18.55%
G=39.22%
B=42.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052222390.560.0700.06187.6180.7267.45
Hex69DEEF38706bc5143
Octal15133635770706274121103
Binary1101001110111101110111111100011101101011110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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