#6FDFF8

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

Shades of Turquoise Blue #6FDFF8

Tints of Turquoise Blue #6FDFF8

Color information

#6FDFF8 (or 0x6FDFF8) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DF and F8. RGB value is (111,223,248). Sum of RGB (Red+Green+Blue) = 111+223+248=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FDFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF8 is #902007. Grayscale: #C0C0C0. Windows color (decimal): -9445384 or 16310127. OLE color: 16310127.

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

Color convert

RGB111223248-
CMYK0.550.1000.03
HSL190.95º90.73%70.39%-
HSV(B)190.95º55.24%97.25%-
XYZ49.8962.9398.32-
YUV192.36159.3969.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.07%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=19.07%
G=38.32%
B=42.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112232480.550.1000.03190.9590.7370.39
Hex6FDFF837A03bf5b46
Octal157337370671203277133106
Binary1101111110111111111100011011110100111011111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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