#7CDDE3

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

Shades of Turquoise Blue #7CDDE3

Tints of Turquoise Blue #7CDDE3

Color information

#7CDDE3 (or 0x7CDDE3) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DD and E3. RGB value is (124,221,227). Sum of RGB (Red+Green+Blue) = 124+221+227=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #7CDDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDE3 is #83221C. Grayscale: #C0C0C0. Windows color (decimal): -8593949 or 14933372. OLE color: 14933372.

HSL color Cylindrical-coordinate representation of color #7CDDE3: hue angle of 183.5º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CDDE3 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124221227-
CMYK0.450.0300.11
HSL183.5º64.78%68.82%-
HSV(B)183.5º45.37%89.02%-
XYZ48.0361.5482.02-
YUV192.68147.3679.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.68%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=21.68%
G=38.64%
B=39.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1242212270.450.0300.11183.564.7868.82
Hex7CDDE32D30Bb74145
Octal174335343553013267101105
Binary1111100110111011110001110110111010111011011110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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