#6ED8FD

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

Shades of Turquoise Blue #6ED8FD

Tints of Turquoise Blue #6ED8FD

Color information

#6ED8FD (or 0x6ED8FD) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D8 and FD. RGB value is (110,216,253). Sum of RGB (Red+Green+Blue) = 110+216+253=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ED8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8FD is #912702. Grayscale: #BCBCBC. Windows color (decimal): -9512707 or 16636014. OLE color: 16636014.

HSL color Cylindrical-coordinate representation of color #6ED8FD: hue angle of 195.52º 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 #6ED8FD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110216253-
CMYK0.570.1500.01
HSL195.52º97.28%71.18%-
HSV(B)195.52º56.52%99.22%-
XYZ48.7259.52101.85-
YUV188.52164.3871.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.00%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=19.00%
G=37.31%
B=43.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102162530.570.1500.01195.5297.2871.18
Hex6ED8FD39F01c46147
Octal156330375711701304141107
Binary110111011011000111111011110011111011100010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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