Html Css Color HEX #74E6F9 Turquoise Blue

📋 copy color: '#74E6F9'

red 116 ◦ green 230 ◦ blue 249

#74E6F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #74E6F9

Tints of Turquoise Blue #74E6F9

RGB

 RED value IS 116 (45.7% from 255) = 19.5%

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 19.5%
G = 38.66%
B = 41.85%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74E6F9 (or 0x74E6F9) is known color: Turquoise Blue. HEX triplet: 74, E6 and F9. RGB value is (116,230,249). Sum of RGB (Red+Green+Blue) = 116+230+249=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #74E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E6F9 is #8B1906. Grayscale: #C5C5C5. Windows color (decimal): -9115911 or 16377460. OLE color: 16377460.

HSL color Cylindrical-coordinate representation of color #74E6F9: hue angle of 188.57º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74E6F9 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 230 249 -
CMYK 0.53 0.08 0 0.02
HSL 188.57º 0.92% 0.72% -
HSV(B) 188.57º 0.53% 0.98% -
XYZ 52.6 67.15 99.81 -
YUV 198.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 116 230 249 0.53 0.08 0 0.02 188.57 0.92 0.72
Hex 74 E6 F9 35 8 0 2 BD 5C 48
Octal 164 346 371 65 10 0 2 275 134 110
Binary 1110100 11100110 11111001 110101 1000 0 10 10111101 1011100 1001000

Color Harmonies of #74E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E6F9

Black with #74E6F9

Text Example


Text Example

White with #74E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,230,249); }

 H1.HeaderClassName
 {
   color: #74E6F9;
 }
 .AnyTagClassName
 {
   color: #74E6F9;
 }
</style>

background-color css

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

 a { background-color: rgb(116,230,249); }

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

border-color css

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

 span { border-color: rgb(116,230,249); }

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