#6EDFFD

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

Shades of Turquoise Blue #6EDFFD

Tints of Turquoise Blue #6EDFFD

Color information

#6EDFFD (or 0x6EDFFD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DF and FD. RGB value is (110,223,253). Sum of RGB (Red+Green+Blue) = 110+223+253=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFFD is #912002. Grayscale: #C0C0C0. Windows color (decimal): -9510915 or 16637806. OLE color: 16637806.

HSL color Cylindrical-coordinate representation of color #6EDFFD: hue angle of 192.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDFFD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110223253-
CMYK0.570.1200.01
HSL192.59º97.28%71.18%-
HSV(B)192.59º56.52%99.22%-
XYZ50.5563.18102.46-
YUV192.63162.0669.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.77%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=18.77%
G=38.05%
B=43.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102232530.570.1200.01192.5997.2871.18
Hex6EDFFD39C01c16147
Octal156337375711401301141107
Binary110111011011111111111011110011100011100000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDFFD; }

 p { color: rgb(110,223,253); }

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

<style>
 a { background-color: #6EDFFD; }

 a { background-color: rgb(110,223,253); }

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

<style>
 span { border-color: #6EDFFD; }

 span { border-color: rgb(110,223,253); }

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