#69E3FD

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

Shades of Turquoise Blue #69E3FD

Tints of Turquoise Blue #69E3FD

Color information

#69E3FD (or 0x69E3FD) is unknown color: approx Turquoise Blue. HEX triplet: 69, E3 and FD. RGB value is (105,227,253). Sum of RGB (Red+Green+Blue) = 105+227+253=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #69E3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E3FD is #961C02. Grayscale: #C1C1C1. Windows color (decimal): -9837571 or 16638825. OLE color: 16638825.

HSL color Cylindrical-coordinate representation of color #69E3FD: hue angle of 190.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69E3FD is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105227253-
CMYK0.580.1000.01
HSL190.54º97.37%70.2%-
HSV(B)190.54º58.5%99.22%-
XYZ51.0265.03102.79-
YUV193.49161.5864.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.95%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=17.95%
G=38.80%
B=43.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052272530.580.1000.01190.5497.3770.2
Hex69E3FD3AA01bf6146
Octal151343375721201277141106
Binary110100111100011111111011110101010011011111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,227,253); }

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

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

 a { background-color: rgb(105,227,253); }

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

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

 span { border-color: rgb(105,227,253); }

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