#55CFEE

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

Shades of Turquoise Blue #55CFEE

Tints of Turquoise Blue #55CFEE

Color information

#55CFEE (or 0x55CFEE) is unknown color: approx Turquoise Blue. HEX triplet: 55, CF and EE. RGB value is (85,207,238). Sum of RGB (Red+Green+Blue) = 85+207+238=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #55CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFEE is #AA3011. Grayscale: #ADADAD. Windows color (decimal): -11153426 or 15650645. OLE color: 15650645.

HSL color Cylindrical-coordinate representation of color #55CFEE: hue angle of 192.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CFEE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85207238-
CMYK0.640.1300.07
HSL192.16º81.82%63.33%-
HSV(B)192.16º64.29%93.33%-
XYZ41.4952.7388.88-
YUV174.06164.0864.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.04%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=16.04%
G=39.06%
B=44.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852072380.640.1300.07192.1681.8263.33
Hex55CFEE40D07c0523f
Octal125317356100150730012277
Binary10101011100111111101110100000011010111110000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CFEE; }

 p { color: rgb(85,207,238); }

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

<style>
 a { background-color: #55CFEE; }

 a { background-color: rgb(85,207,238); }

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

<style>
 span { border-color: #55CFEE; }

 span { border-color: rgb(85,207,238); }

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