Html Css Color HEX #74E4F9 Turquoise Blue

📋 copy color: '#74E4F9'

red 116 ◦ green 228 ◦ blue 249

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

Shades of Turquoise Blue #74E4F9

Tints of Turquoise Blue #74E4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.45%

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

R = 19.56%
G = 38.45%
B = 41.99%

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

#74E4F9 (or 0x74E4F9) is known color: Turquoise Blue. HEX triplet: 74, E4 and F9. RGB value is (116,228,249). Sum of RGB (Red+Green+Blue) = 116+228+249=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #74E4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E4F9 is #8B1B06. Grayscale: #C4C4C4. Windows color (decimal): -9116423 or 16376948. OLE color: 16376948.

HSL color Cylindrical-coordinate representation of color #74E4F9: hue angle of 189.47º 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 #74E4F9 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 228 249 -
CMYK 0.53 0.08 0 0.02
HSL 189.47º 0.92% 0.72% -
HSV(B) 189.47º 0.53% 0.98% -
XYZ 52.04 66.04 99.63 -
YUV 196.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 116 228 249 0.53 0.08 0 0.02 189.47 0.92 0.72
Hex 74 E4 F9 35 8 0 2 BD 5C 48
Octal 164 344 371 65 10 0 2 275 134 110
Binary 1110100 11100100 11111001 110101 1000 0 10 10111101 1011100 1001000

Color Harmonies of #74E4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E4F9

Black with #74E4F9

Text Example


Text Example

White with #74E4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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