#6FE2FD

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

Shades of Turquoise Blue #6FE2FD

Tints of Turquoise Blue #6FE2FD

Color information

#6FE2FD (or 0x6FE2FD) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E2 and FD. RGB value is (111,226,253). Sum of RGB (Red+Green+Blue) = 111+226+253=590 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.81% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FE2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE2FD is #901D02. Grayscale: #C2C2C2. Windows color (decimal): -9444611 or 16638575. OLE color: 16638575.

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

Color convert

RGB111226253-
CMYK0.560.1100.01
HSL191.41º97.26%71.37%-
HSV(B)191.41º56.13%99.22%-
XYZ51.4864.86102.74-
YUV194.69160.968.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.81%
GREEN value IS 226 (88.67% from 255) = 38.31%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=18.81%
G=38.31%
B=42.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1112262530.560.1100.01191.4197.2671.37
Hex6FE2FD38B01bf6147
Octal157342375701301277141107
Binary110111111100010111111011110001011011011111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,226,253); }

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

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

 a { background-color: rgb(111,226,253); }

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

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

 span { border-color: rgb(111,226,253); }

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