#6DCFF1

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

Shades of Turquoise Blue #6DCFF1

Tints of Turquoise Blue #6DCFF1

Color information

#6DCFF1 (or 0x6DCFF1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CF and F1. RGB value is (109,207,241). Sum of RGB (Red+Green+Blue) = 109+207+241=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFF1 is #92300E. Grayscale: #B5B5B5. Windows color (decimal): -9580559 or 15847277. OLE color: 15847277.

HSL color Cylindrical-coordinate representation of color #6DCFF1: hue angle of 195.45º 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 #6DCFF1 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109207241-
CMYK0.550.1400.05
HSL195.45º82.5%68.63%-
HSV(B)195.45º54.77%94.51%-
XYZ44.554.2391.34-
YUV181.57161.5376.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.57%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=19.57%
G=37.16%
B=43.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092072410.550.1400.05195.4582.568.63
Hex6DCFF137E05c35245
Octal155317361671605303122105
Binary11011011100111111110001110111111001011100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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