#6CDBFF

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

Shades of Turquoise Blue #6CDBFF

Tints of Turquoise Blue #6CDBFF

Color information

#6CDBFF (or 0x6CDBFF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and FF. RGB value is (108,219,255). Sum of RGB (Red+Green+Blue) = 108+219+255=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBFF is #932400. Grayscale: #BDBDBD. Windows color (decimal): -9643009 or 16767852. OLE color: 16767852.

HSL color Cylindrical-coordinate representation of color #6CDBFF: hue angle of 194.69º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDBFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108219255-
CMYK0.580.1400
HSL194.69º100%71.18%-
HSV(B)194.69º57.65%100%-
XYZ49.5761.07103.78-
YUV189.92164.7369.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.56%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 255 (100% from 255) = 43.81%
R=18.56%
G=37.63%
B=43.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082192550.580.1400194.6910071.18
Hex6CDBFF3AE00c36447
Octal154333377721600303144107
Binary110110011011011111111111110101110001100001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,255); }

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

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

 a { background-color: rgb(108,219,255); }

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

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

 span { border-color: rgb(108,219,255); }

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