#6CD2E8

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

Shades of Turquoise Blue #6CD2E8

Tints of Turquoise Blue #6CD2E8

Color information

#6CD2E8 (or 0x6CD2E8) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D2 and E8. RGB value is (108,210,232). Sum of RGB (Red+Green+Blue) = 108+210+232=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CD2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD2E8 is #932D17. Grayscale: #B5B5B5. Windows color (decimal): -9645336 or 15258220. OLE color: 15258220.

HSL color Cylindrical-coordinate representation of color #6CD2E8: hue angle of 190.65º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CD2E8 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108210232-
CMYK0.530.0900.09
HSL190.65º72.94%66.67%-
HSV(B)190.65º53.45%90.98%-
XYZ43.855.1184.67-
YUV182.01156.2175.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 210 (82.42% from 255) = 38.18%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=19.64%
G=38.18%
B=42.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082102320.530.0900.09190.6572.9466.67
Hex6CD2E835909bf4943
Octal1543223506511011277111103
Binary110110011010010111010001101011001010011011111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,210,232); }

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

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

 a { background-color: rgb(108,210,232); }

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

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

 span { border-color: rgb(108,210,232); }

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