#6FE1FD

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

Shades of Turquoise Blue #6FE1FD

Tints of Turquoise Blue #6FE1FD

Color information

#6FE1FD (or 0x6FE1FD) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E1 and FD. RGB value is (111,225,253). Sum of RGB (Red+Green+Blue) = 111+225+253=589 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.85% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FE1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE1FD is #901E02. Grayscale: #C1C1C1. Windows color (decimal): -9444867 or 16638319. OLE color: 16638319.

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

Color convert

RGB111225253-
CMYK0.560.1100.01
HSL191.83º97.26%71.37%-
HSV(B)191.83º56.13%99.22%-
XYZ51.2164.32102.64-
YUV194.11161.2368.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.85%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=18.85%
G=38.20%
B=42.95%

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
Decimal1112252530.560.1100.01191.8397.2671.37
Hex6FE1FD38B01c06147
Octal157341375701301300141107
Binary110111111100001111111011110001011011100000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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