#5CDBFF

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

Shades of Turquoise Blue #5CDBFF

Tints of Turquoise Blue #5CDBFF

Color information

#5CDBFF (or 0x5CDBFF) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DB and FF. RGB value is (92,219,255). Sum of RGB (Red+Green+Blue) = 92+219+255=566 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.25% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBFF is #A32400. Grayscale: #B8B8B8. Windows color (decimal): -10691585 or 16767836. OLE color: 16767836.

HSL color Cylindrical-coordinate representation of color #5CDBFF: hue angle of 193.25º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CDBFF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92219255-
CMYK0.640.1400
HSL193.25º100%68.04%-
HSV(B)193.25º63.92%100%-
XYZ47.860.16103.7-
YUV185.13167.4261.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.25%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 255 (100% from 255) = 45.05%
R=16.25%
G=38.69%
B=45.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922192550.640.1400193.2510068.04
Hex5CDBFF40E00c16444
Octal1343333771001600301144104
Binary1011100110110111111111110000001110001100000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CDBFF; }

 p { color: rgb(92,219,255); }

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

<style>
 a { background-color: #5CDBFF; }

 a { background-color: rgb(92,219,255); }

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

<style>
 span { border-color: #5CDBFF; }

 span { border-color: rgb(92,219,255); }

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