#6DEBEE

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

Shades of Turquoise Blue #6DEBEE

Tints of Turquoise Blue #6DEBEE

Color information

#6DEBEE (or 0x6DEBEE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EB and EE. RGB value is (109,235,238). Sum of RGB (Red+Green+Blue) = 109+235+238=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEBEE is #921411. Grayscale: #C5C5C5. Windows color (decimal): -9573394 or 15657837. OLE color: 15657837.

HSL color Cylindrical-coordinate representation of color #6DEBEE: hue angle of 181.4º degrees, saturation: 0.79, 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 #6DEBEE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109235238-
CMYK0.540.0100.07
HSL181.4º79.14%68.04%-
HSV(B)181.4º54.2%93.33%-
XYZ51.4568.8491.46-
YUV197.67150.7664.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.73%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=18.73%
G=40.38%
B=40.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092352380.540.0100.07181.479.1468.04
Hex6DEBEE36107b54f44
Octal15535335666107265117104
Binary11011011110101111101110110110101111011010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,235,238); }

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

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

 a { background-color: rgb(109,235,238); }

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

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

 span { border-color: rgb(109,235,238); }

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