#6BDEEB

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

Shades of Turquoise Blue #6BDEEB

Tints of Turquoise Blue #6BDEEB

Color information

#6BDEEB (or 0x6BDEEB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DE and EB. RGB value is (107,222,235). Sum of RGB (Red+Green+Blue) = 107+222+235=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEEB is #942114. Grayscale: #BCBCBC. Windows color (decimal): -9707797 or 15457899. OLE color: 15457899.

HSL color Cylindrical-coordinate representation of color #6BDEEB: hue angle of 186.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDEEB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107222235-
CMYK0.540.0600.08
HSL186.09º76.19%67.06%-
HSV(B)186.09º54.47%92.16%-
XYZ47.1861.3787.96-
YUV189.1153.969.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.97%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=18.97%
G=39.36%
B=41.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072222350.540.0600.08186.0976.1967.06
Hex6BDEEB36608ba4c43
Octal153336353666010272114103
Binary11010111101111011101011110110110010001011101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,222,235); }

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

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

 a { background-color: rgb(107,222,235); }

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

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

 span { border-color: rgb(107,222,235); }

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