#6CCAE1

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

Shades of Turquoise Blue #6CCAE1

Tints of Turquoise Blue #6CCAE1

Color information

#6CCAE1 (or 0x6CCAE1) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CA and E1. RGB value is (108,202,225). Sum of RGB (Red+Green+Blue) = 108+202+225=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #6CCAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAE1 is #93351E. Grayscale: #B0B0B0. Windows color (decimal): -9647391 or 14797420. OLE color: 14797420.

HSL color Cylindrical-coordinate representation of color #6CCAE1: hue angle of 191.79º degrees, saturation: 0.66, 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 #6CCAE1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB108202225-
CMYK0.520.1000.12
HSL191.79º66.1%65.29%-
HSV(B)191.79º52%88.24%-
XYZ40.950.8778.9-
YUV176.52155.3679.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.19%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=20.19%
G=37.76%
B=42.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082022250.520.1000.12191.7966.165.29
Hex6CCAE134A0Cc04241
Octal1543123416412014300102101
Binary110110011001010111000011101001010011001100000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,225); }

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

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

 a { background-color: rgb(108,202,225); }

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

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

 span { border-color: rgb(108,202,225); }

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