#6FDFE9

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

Shades of Turquoise Blue #6FDFE9

Tints of Turquoise Blue #6FDFE9

Color information

#6FDFE9 (or 0x6FDFE9) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DF and E9. RGB value is (111,223,233). Sum of RGB (Red+Green+Blue) = 111+223+233=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FDFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFE9 is #902016. Grayscale: #BEBEBE. Windows color (decimal): -9445399 or 15327087. OLE color: 15327087.

HSL color Cylindrical-coordinate representation of color #6FDFE9: hue angle of 184.92º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDFE9 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111223233-
CMYK0.520.0400.09
HSL184.92º73.49%67.45%-
HSV(B)184.92º52.36%91.37%-
XYZ47.6562.0486.55-
YUV190.65151.8971.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.58%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=19.58%
G=39.33%
B=41.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112232330.520.0400.09184.9273.4967.45
Hex6FDFE934409b94943
Octal157337351644011271111103
Binary11011111101111111101001110100100010011011100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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