#6ACBED

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

Shades of Turquoise Blue #6ACBED

Tints of Turquoise Blue #6ACBED

Color information

#6ACBED (or 0x6ACBED) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CB and ED. RGB value is (106,203,237). Sum of RGB (Red+Green+Blue) = 106+203+237=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ACBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACBED is #953412. Grayscale: #B1B1B1. Windows color (decimal): -9778195 or 15584106. OLE color: 15584106.

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

Color convert

RGB106203237-
CMYK0.550.1400.07
HSL195.57º78.44%67.25%-
HSV(B)195.57º55.27%92.94%-
XYZ42.5951.8987.89-
YUV177.87161.3676.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.41%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=19.41%
G=37.18%
B=43.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062032370.550.1400.07195.5778.4467.25
Hex6ACBED37E07c44e43
Octal152313355671607304116103
Binary11010101100101111101101110111111001111100010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,237); }

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

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

 a { background-color: rgb(106,203,237); }

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

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

 span { border-color: rgb(106,203,237); }

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