#6CDFDB

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

Shades of Turquoise Blue #6CDFDB

Tints of Turquoise Blue #6CDFDB

Color information

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

HSL color Cylindrical-coordinate representation of color #6CDFDB: hue angle of 177.91º 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 #6CDFDB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB108223219-
CMYK0.5200.020.13
HSL177.91º64.25%64.9%-
HSV(B)177.91º51.57%87.45%-
XYZ45.3661.0876.42-
YUV188.16145.470.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082232190.5200.020.13177.9164.2564.9
Hex6CDFDB3402Db24041
Octal154337333640215262100101
Binary1101100110111111101101111010001011011011001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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