#69D4ED

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

Shades of Turquoise Blue #69D4ED

Tints of Turquoise Blue #69D4ED

Color information

#69D4ED (or 0x69D4ED) is unknown color: approx Turquoise Blue. HEX triplet: 69, D4 and ED. RGB value is (105,212,237). Sum of RGB (Red+Green+Blue) = 105+212+237=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #69D4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D4ED is #962B12. Grayscale: #B6B6B6. Windows color (decimal): -9841427 or 15586409. OLE color: 15586409.

HSL color Cylindrical-coordinate representation of color #69D4ED: hue angle of 191.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 #69D4ED is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105212237-
CMYK0.560.1100.07
HSL191.36º78.57%67.06%-
HSV(B)191.36º55.7%92.94%-
XYZ44.6656.288.62-
YUV182.86158.5572.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.95%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=18.95%
G=38.27%
B=42.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052122370.560.1100.07191.3678.5767.06
Hex69D4ED38B07bf4f43
Octal151324355701307277117103
Binary11010011101010011101101111000101101111011111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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