#6DCEF1

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

Shades of Turquoise Blue #6DCEF1

Tints of Turquoise Blue #6DCEF1

Color information

#6DCEF1 (or 0x6DCEF1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CE and F1. RGB value is (109,206,241). Sum of RGB (Red+Green+Blue) = 109+206+241=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DCEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEF1 is #92310E. Grayscale: #B4B4B4. Windows color (decimal): -9580815 or 15847021. OLE color: 15847021.

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

Color convert

RGB109206241-
CMYK0.550.1500.05
HSL195.91º82.5%68.63%-
HSV(B)195.91º54.77%94.51%-
XYZ44.2653.7491.26-
YUV180.99161.8676.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.60%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=19.60%
G=37.05%
B=43.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092062410.550.1500.05195.9182.568.63
Hex6DCEF137F05c45245
Octal155316361671705304122105
Binary11011011100111011110001110111111101011100010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,206,241); }

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

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

 a { background-color: rgb(109,206,241); }

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

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

 span { border-color: rgb(109,206,241); }

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