#6CDBE0

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

Shades of Turquoise Blue #6CDBE0

Tints of Turquoise Blue #6CDBE0

Color information

#6CDBE0 (or 0x6CDBE0) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and E0. RGB value is (108,219,224). Sum of RGB (Red+Green+Blue) = 108+219+224=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBE0 is #93241F. Grayscale: #BABABA. Windows color (decimal): -9643040 or 14736236. OLE color: 14736236.

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

Color convert

RGB108219224-
CMYK0.520.0200.12
HSL182.59º65.17%65.1%-
HSV(B)182.59º51.79%87.84%-
XYZ44.9759.2379.58-
YUV186.38149.2372.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.60%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=19.60%
G=39.75%
B=40.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082192240.520.0200.12182.5965.1765.1
Hex6CDBE03420Cb74141
Octal154333340642014267101101
Binary1101100110110111110000011010010011001011011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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