#69DFF4

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

Shades of Turquoise Blue #69DFF4

Tints of Turquoise Blue #69DFF4

Color information

#69DFF4 (or 0x69DFF4) is unknown color: approx Turquoise Blue. HEX triplet: 69, DF and F4. RGB value is (105,223,244). Sum of RGB (Red+Green+Blue) = 105+223+244=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #69DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DFF4 is #96200B. Grayscale: #BDBDBD. Windows color (decimal): -9838604 or 16047977. OLE color: 16047977.

HSL color Cylindrical-coordinate representation of color #69DFF4: hue angle of 189.06º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DFF4 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105223244-
CMYK0.570.0900.04
HSL189.06º86.34%68.43%-
HSV(B)189.06º56.97%95.69%-
XYZ48.5462.3195.06-
YUV190.11158.4167.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=18.36%
G=38.99%
B=42.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052232440.570.0900.04189.0686.3468.43
Hex69DFF439904bd5644
Octal151337364711104275126104
Binary11010011101111111110100111001100101001011110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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