#6EDFF8

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

Shades of Turquoise Blue #6EDFF8

Tints of Turquoise Blue #6EDFF8

Color information

#6EDFF8 (or 0x6EDFF8) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DF and F8. RGB value is (110,223,248). Sum of RGB (Red+Green+Blue) = 110+223+248=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #6EDFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFF8 is #912007. Grayscale: #BFBFBF. Windows color (decimal): -9510920 or 16310126. OLE color: 16310126.

HSL color Cylindrical-coordinate representation of color #6EDFF8: hue angle of 190.87º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDFF8 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB110223248-
CMYK0.560.1000.03
HSL190.87º90.79%70.2%-
HSV(B)190.87º55.65%97.25%-
XYZ49.7662.8798.32-
YUV192.06159.5669.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.93%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=18.93%
G=38.38%
B=42.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1102232480.560.1000.03190.8790.7970.2
Hex6EDFF838A03bf5b46
Octal156337370701203277133106
Binary1101110110111111111100011100010100111011111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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