#6DE1FB

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

Shades of Turquoise Blue #6DE1FB

Tints of Turquoise Blue #6DE1FB

Color information

#6DE1FB (or 0x6DE1FB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E1 and FB. RGB value is (109,225,251). Sum of RGB (Red+Green+Blue) = 109+225+251=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DE1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE1FB is #921E04. Grayscale: #C1C1C1. Windows color (decimal): -9575941 or 16507245. OLE color: 16507245.

HSL color Cylindrical-coordinate representation of color #6DE1FB: hue angle of 190.99º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DE1FB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109225251-
CMYK0.570.1000.02
HSL190.99º94.67%70.59%-
HSV(B)190.99º56.57%98.43%-
XYZ50.6464.07100.96-
YUV193.28160.5767.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.63%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=18.63%
G=38.46%
B=42.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092252510.570.1000.02190.9994.6770.59
Hex6DE1FB39A02bf5f47
Octal155341373711202277137107
Binary1101101111000011111101111100110100101011111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,225,251); }

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

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

 a { background-color: rgb(109,225,251); }

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

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

 span { border-color: rgb(109,225,251); }

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