#6FDAF1

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

Shades of Turquoise Blue #6FDAF1

Tints of Turquoise Blue #6FDAF1

Color information

#6FDAF1 (or 0x6FDAF1) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DA and F1. RGB value is (111,218,241). Sum of RGB (Red+Green+Blue) = 111+218+241=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FDAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAF1 is #90250E. Grayscale: #BCBCBC. Windows color (decimal): -9446671 or 15850095. OLE color: 15850095.

HSL color Cylindrical-coordinate representation of color #6FDAF1: hue angle of 190.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDAF1 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111218241-
CMYK0.540.1000.05
HSL190.62º82.28%69.02%-
HSV(B)190.62º53.94%94.51%-
XYZ47.559.8792.27-
YUV188.63157.5572.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.47%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=19.47%
G=38.25%
B=42.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112182410.540.1000.05190.6282.2869.02
Hex6FDAF136A05bf5245
Octal157332361661205277122105
Binary11011111101101011110001110110101001011011111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,218,241); }

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

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

 a { background-color: rgb(111,218,241); }

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

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

 span { border-color: rgb(111,218,241); }

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