#6FE2FE

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

Shades of Turquoise Blue #6FE2FE

Tints of Turquoise Blue #6FE2FE

Color information

#6FE2FE (or 0x6FE2FE) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E2 and FE. RGB value is (111,226,254). Sum of RGB (Red+Green+Blue) = 111+226+254=591 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.78% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE2FE is #901D01. Grayscale: #C2C2C2. Windows color (decimal): -9444610 or 16704111. OLE color: 16704111.

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

Color convert

RGB111226254-
CMYK0.560.1100.00
HSL191.75º98.62%71.57%-
HSV(B)191.75º56.3%99.61%-
XYZ51.6464.93103.58-
YUV194.81161.468.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.78%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=18.78%
G=38.24%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112262540.560.1100.00191.7598.6271.57
Hex6FE2FE38B00c06348
Octal157342376701300300143110
Binary110111111100010111111101110001011001100000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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