#6ccfeb

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

Shades of Turquoise Blue #6CCFEB

Tints of Turquoise Blue #6CCFEB

Color information

#6CCFEB (or 0x6CCFEB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CF and EB. RGB value is (108,207,235). Sum of RGB (Red+Green+Blue) = 108+207+235=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFEB is #933014. Grayscale: #B4B4B4. Windows color (decimal): -9646101 or 15454060. OLE color: 15454060.

HSL color Cylindrical-coordinate representation of color #6CCFEB: hue angle of 193.23º 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 #6CCFEB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108207235-
CMYK0.540.1200.08
HSL193.23º76.05%67.25%-
HSV(B)193.23º54.04%92.16%-
XYZ43.4953.8186.69-
YUV180.59158.776.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=19.64%
G=37.64%
B=42.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082072350.540.1200.08193.2376.0567.25
Hex6CCFEB36C08c14c43
Octal1543173536614010301114103
Binary110110011001111111010111101101100010001100000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ccfeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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