#55CBF1

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

Shades of Turquoise Blue #55CBF1

Tints of Turquoise Blue #55CBF1

Color information

#55CBF1 (or 0x55CBF1) is unknown color: approx Turquoise Blue. HEX triplet: 55, CB and F1. RGB value is (85,203,241). Sum of RGB (Red+Green+Blue) = 85+203+241=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #55CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CBF1 is #AA340E. Grayscale: #ABABAB. Windows color (decimal): -11154447 or 15846229. OLE color: 15846229.

HSL color Cylindrical-coordinate representation of color #55CBF1: hue angle of 194.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55CBF1 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85203241-
CMYK0.650.1600.05
HSL194.62º84.78%63.92%-
HSV(B)194.62º64.73%94.51%-
XYZ40.9850.9990.9-
YUV172.05166.9165.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.07%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=16.07%
G=38.37%
B=45.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852032410.650.1600.05194.6284.7863.92
Hex55CBF1411005c35540
Octal1253133611012005303125100
Binary1010101110010111111000110000011000001011100001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,203,241); }

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

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

 a { background-color: rgb(85,203,241); }

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

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

 span { border-color: rgb(85,203,241); }

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