#74D1F1

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

Shades of Turquoise Blue #74D1F1

Tints of Turquoise Blue #74D1F1

Color information

#74D1F1 (or 0x74D1F1) is unknown color: approx Turquoise Blue. HEX triplet: 74, D1 and F1. RGB value is (116,209,241). Sum of RGB (Red+Green+Blue) = 116+209+241=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #74D1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D1F1 is #8B2E0E. Grayscale: #B8B8B8. Windows color (decimal): -9121295 or 15847796. OLE color: 15847796.

HSL color Cylindrical-coordinate representation of color #74D1F1: hue angle of 195.36º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74D1F1 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB116209241-
CMYK0.520.1300.05
HSL195.36º81.7%70%-
HSV(B)195.36º51.87%94.51%-
XYZ45.8855.6691.55-
YUV184.84159.6978.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.49%
GREEN value IS 209 (82.03% from 255) = 36.93%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=20.49%
G=36.93%
B=42.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162092410.520.1300.05195.3681.770
Hex74D1F134D05c35246
Octal164321361641505303122106
Binary11101001101000111110001110100110101011100001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,209,241); }

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

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

 a { background-color: rgb(116,209,241); }

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

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

 span { border-color: rgb(116,209,241); }

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