#6CEDE7

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

Shades of Turquoise Blue #6CEDE7

Tints of Turquoise Blue #6CEDE7

Color information

#6CEDE7 (or 0x6CEDE7) is unknown color: approx Turquoise Blue. HEX triplet: 6C, ED and E7. RGB value is (108,237,231). Sum of RGB (Red+Green+Blue) = 108+237+231=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDE7 is #931218. Grayscale: #C5C5C5. Windows color (decimal): -9638425 or 15199596. OLE color: 15199596.

HSL color Cylindrical-coordinate representation of color #6CEDE7: hue angle of 177.21º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDE7 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB108237231-
CMYK0.5400.030.07
HSL177.21º78.18%67.65%-
HSV(B)177.21º54.43%92.94%-
XYZ50.8969.5386.34-
YUV197.74146.7663.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.75%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 231 (90.62% from 255) = 40.10%
R=18.75%
G=41.15%
B=40.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082372310.5400.030.07177.2178.1867.65
Hex6CEDE736037b14e44
Octal15435534766037261116104
Binary110110011101101111001111101100111111011000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,237,231); }

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

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

 a { background-color: rgb(108,237,231); }

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

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

 span { border-color: rgb(108,237,231); }

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