#6CEBEF

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

Shades of Turquoise Blue #6CEBEF

Tints of Turquoise Blue #6CEBEF

Color information

#6CEBEF (or 0x6CEBEF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, EB and EF. RGB value is (108,235,239). Sum of RGB (Red+Green+Blue) = 108+235+239=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CEBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEBEF is #931410. Grayscale: #C5C5C5. Windows color (decimal): -9638929 or 15723372. OLE color: 15723372.

HSL color Cylindrical-coordinate representation of color #6CEBEF: hue angle of 181.83º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEBEF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108235239-
CMYK0.550.0200.06
HSL181.83º80.37%68.04%-
HSV(B)181.83º54.81%93.73%-
XYZ51.4768.8492.24-
YUV197.48151.4264.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.56%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=18.56%
G=40.38%
B=41.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082352390.550.0200.06181.8380.3768.04
Hex6CEBEF37206b65044
Octal15435335767206266120104
Binary110110011101011111011111101111001101011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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