#69DFF3

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

Shades of Turquoise Blue #69DFF3

Tints of Turquoise Blue #69DFF3

Color information

#69DFF3 (or 0x69DFF3) is unknown color: approx Turquoise Blue. HEX triplet: 69, DF and F3. RGB value is (105,223,243). Sum of RGB (Red+Green+Blue) = 105+223+243=571 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.39% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #69DFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DFF3 is #96200C. Grayscale: #BDBDBD. Windows color (decimal): -9838605 or 15982441. OLE color: 15982441.

HSL color Cylindrical-coordinate representation of color #69DFF3: hue angle of 188.7º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DFF3 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105223243-
CMYK0.570.0800.05
HSL188.7º85.19%68.24%-
HSV(B)188.7º56.79%95.29%-
XYZ48.3962.2594.26-
YUV190157.9167.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.39%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=18.39%
G=39.05%
B=42.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052232430.570.0800.05188.785.1968.24
Hex69DFF339805bd5544
Octal151337363711005275125104
Binary11010011101111111110011111001100001011011110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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