#7CDDE1

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

Shades of Turquoise Blue #7CDDE1

Tints of Turquoise Blue #7CDDE1

Color information

#7CDDE1 (or 0x7CDDE1) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DD and E1. RGB value is (124,221,225). Sum of RGB (Red+Green+Blue) = 124+221+225=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #7CDDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDE1 is #83221E. Grayscale: #C0C0C0. Windows color (decimal): -8593951 or 14802300. OLE color: 14802300.

HSL color Cylindrical-coordinate representation of color #7CDDE1: hue angle of 182.38º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CDDE1 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124221225-
CMYK0.450.0200.12
HSL182.38º62.73%68.43%-
HSV(B)182.38º44.89%88.24%-
XYZ47.7661.4380.57-
YUV192.45146.3679.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.75%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=21.75%
G=38.77%
B=39.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242212250.450.0200.12182.3862.7368.43
Hex7CDDE12D20Cb63f44
Octal17433534155201426677104
Binary111110011011101111000011011011001100101101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CDDE1; }

 p { color: rgb(124,221,225); }

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

<style>
 a { background-color: #7CDDE1; }

 a { background-color: rgb(124,221,225); }

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

<style>
 span { border-color: #7CDDE1; }

 span { border-color: rgb(124,221,225); }

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