#5CDDF7

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

Shades of Turquoise Blue #5CDDF7

Tints of Turquoise Blue #5CDDF7

Color information

#5CDDF7 (or 0x5CDDF7) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DD and F7. RGB value is (92,221,247). Sum of RGB (Red+Green+Blue) = 92+221+247=560 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.43% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #5CDDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDDF7 is #A32208. Grayscale: #B9B9B9. Windows color (decimal): -10691081 or 16244060. OLE color: 16244060.

HSL color Cylindrical-coordinate representation of color #5CDDF7: hue angle of 190.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDDF7 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB92221247-
CMYK0.630.1100.03
HSL190.06º90.64%66.47%-
HSV(B)190.06º62.75%96.86%-
XYZ47.0660.797.23-
YUV185.39162.7661.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.43%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 247 (96.88% from 255) = 44.11%
R=16.43%
G=39.46%
B=44.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922212470.630.1100.03190.0690.6466.47
Hex5CDDF73FB03be5b42
Octal134335367771303276133102
Binary1011100110111011111011111111110110111011111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,221,247); }

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

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

 a { background-color: rgb(92,221,247); }

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

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

 span { border-color: rgb(92,221,247); }

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