#6CDBDF

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

Shades of Turquoise Blue #6CDBDF

Tints of Turquoise Blue #6CDBDF

Color information

#6CDBDF (or 0x6CDBDF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and DF. RGB value is (108,219,223). Sum of RGB (Red+Green+Blue) = 108+219+223=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBDF is #932420. Grayscale: #BABABA. Windows color (decimal): -9643041 or 14670700. OLE color: 14670700.

HSL color Cylindrical-coordinate representation of color #6CDBDF: hue angle of 182.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDBDF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108219223-
CMYK0.520.0200.13
HSL182.09º64.25%64.9%-
HSV(B)182.09º51.57%87.45%-
XYZ44.8459.1878.87-
YUV186.27148.7372.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=19.64%
G=39.82%
B=40.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082192230.520.0200.13182.0964.2564.9
Hex6CDBDF3420Db64041
Octal154333337642015266100101
Binary1101100110110111101111111010010011011011011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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