#7CDDEE

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

Shades of Turquoise Blue #7CDDEE

Tints of Turquoise Blue #7CDDEE

Color information

#7CDDEE (or 0x7CDDEE) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DD and EE. RGB value is (124,221,238). Sum of RGB (Red+Green+Blue) = 124+221+238=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #7CDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDDEE is #832211. Grayscale: #C1C1C1. Windows color (decimal): -8593938 or 15654268. OLE color: 15654268.

HSL color Cylindrical-coordinate representation of color #7CDDEE: hue angle of 188.95º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CDDEE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124221238-
CMYK0.480.0700.07
HSL188.95º77.03%70.98%-
HSV(B)188.95º47.9%93.33%-
XYZ49.662.1790.27-
YUV193.94152.8678.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.27%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=21.27%
G=37.91%
B=40.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242212380.480.0700.07188.9577.0370.98
Hex7CDDEE30707bd4d47
Octal17433535660707275115107
Binary1111100110111011110111011000011101111011110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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