#74DDFC

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

Shades of Turquoise Blue #74DDFC

Tints of Turquoise Blue #74DDFC

Color information

#74DDFC (or 0x74DDFC) is unknown color: approx Turquoise Blue. HEX triplet: 74, DD and FC. RGB value is (116,221,252). Sum of RGB (Red+Green+Blue) = 116+221+252=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #74DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDFC is #8B2203. Grayscale: #C0C0C0. Windows color (decimal): -9118212 or 16571764. OLE color: 16571764.

HSL color Cylindrical-coordinate representation of color #74DDFC: hue angle of 193.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DDFC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116221252-
CMYK0.540.1200.01
HSL193.68º95.77%72.16%-
HSV(B)193.68º53.97%98.82%-
XYZ50.6362.45101.48-
YUV193.14161.2172.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.69%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=19.69%
G=37.52%
B=42.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162212520.540.1200.01193.6895.7772.16
Hex74DDFC36C01c26048
Octal164335374661401302140110
Binary111010011011101111111001101101100011100001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DDFC; }

 p { color: rgb(116,221,252); }

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

<style>
 a { background-color: #74DDFC; }

 a { background-color: rgb(116,221,252); }

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

<style>
 span { border-color: #74DDFC; }

 span { border-color: rgb(116,221,252); }

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