#6FE7F7

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

Shades of Turquoise Blue #6FE7F7

Tints of Turquoise Blue #6FE7F7

Color information

#6FE7F7 (or 0x6FE7F7) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E7 and F7. RGB value is (111,231,247). Sum of RGB (Red+Green+Blue) = 111+231+247=589 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.85% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FE7F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE7F7 is #901808. Grayscale: #C4C4C4. Windows color (decimal): -9443337 or 16246639. OLE color: 16246639.

HSL color Cylindrical-coordinate representation of color #6FE7F7: hue angle of 187.06º degrees, saturation: 0.89, 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 #6FE7F7 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111231247-
CMYK0.550.0600.03
HSL187.06º89.47%70.2%-
HSV(B)187.06º55.06%96.86%-
XYZ51.9267.2598.24-
YUV196.94156.2466.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.85%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=18.85%
G=39.22%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112312470.550.0600.03187.0689.4770.2
Hex6FE7F737603bb5946
Octal15734736767603273131106
Binary110111111100111111101111101111100111011101110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,231,247); }

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

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

 a { background-color: rgb(111,231,247); }

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

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

 span { border-color: rgb(111,231,247); }

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