#69CBED

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

Shades of Turquoise Blue #69CBED

Tints of Turquoise Blue #69CBED

Color information

#69CBED (or 0x69CBED) is unknown color: approx Turquoise Blue. HEX triplet: 69, CB and ED. RGB value is (105,203,237). Sum of RGB (Red+Green+Blue) = 105+203+237=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #69CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBED is #963412. Grayscale: #B1B1B1. Windows color (decimal): -9843731 or 15584105. OLE color: 15584105.

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

Color convert

RGB105203237-
CMYK0.560.1400.07
HSL195.45º78.57%67.06%-
HSV(B)195.45º55.7%92.94%-
XYZ42.4751.8387.89-
YUV177.57161.5376.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=19.27%
G=37.25%
B=43.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052032370.560.1400.07195.4578.5767.06
Hex69CBED38E07c34f43
Octal151313355701607303117103
Binary11010011100101111101101111000111001111100001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CBED; }

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

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

<style>
 a { background-color: #69CBED; }

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

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

<style>
 span { border-color: #69CBED; }

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

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