#6CCDEB

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

Shades of Turquoise Blue #6CCDEB

Tints of Turquoise Blue #6CCDEB

Color information

#6CCDEB (or 0x6CCDEB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CD and EB. RGB value is (108,205,235). Sum of RGB (Red+Green+Blue) = 108+205+235=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDEB is #933214. Grayscale: #B3B3B3. Windows color (decimal): -9646613 or 15453548. OLE color: 15453548.

HSL color Cylindrical-coordinate representation of color #6CCDEB: hue angle of 194.17º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCDEB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108205235-
CMYK0.540.1300.08
HSL194.17º76.05%67.25%-
HSV(B)194.17º54.04%92.16%-
XYZ43.0152.8586.53-
YUV179.42159.3677.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.71%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=19.71%
G=37.41%
B=42.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082052350.540.1300.08194.1776.0567.25
Hex6CCDEB36D08c24c43
Octal1543153536615010302114103
Binary110110011001101111010111101101101010001100001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,235); }

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

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

 a { background-color: rgb(108,205,235); }

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

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

 span { border-color: rgb(108,205,235); }

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