#69CFEB

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

Shades of Turquoise Blue #69CFEB

Tints of Turquoise Blue #69CFEB

Color information

#69CFEB (or 0x69CFEB) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and EB. RGB value is (105,207,235). Sum of RGB (Red+Green+Blue) = 105+207+235=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #69CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFEB is #963014. Grayscale: #B3B3B3. Windows color (decimal): -9842709 or 15454057. OLE color: 15454057.

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

Color convert

RGB105207235-
CMYK0.550.1200.08
HSL192.92º76.47%66.67%-
HSV(B)192.92º55.32%92.16%-
XYZ43.1353.6386.67-
YUV179.69159.2174.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=19.20%
G=37.84%
B=42.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052072350.550.1200.08192.9276.4766.67
Hex69CFEB37C08c14c43
Octal1513173536714010301114103
Binary110100111001111111010111101111100010001100000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,235); }

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

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

 a { background-color: rgb(105,207,235); }

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

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

 span { border-color: rgb(105,207,235); }

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