Html Css Color HEX #74E8D9 Turquoise Blue

📋 copy color: '#74E8D9'

red 116 ◦ green 232 ◦ blue 217

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

Shades of Turquoise Blue #74E8D9

Tints of Turquoise Blue #74E8D9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 20.53%
G = 41.06%
B = 38.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#74E8D9 (or 0x74E8D9) is known color: Turquoise Blue. HEX triplet: 74, E8 and D9. RGB value is (116,232,217). Sum of RGB (Red+Green+Blue) = 116+232+217=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #74E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E8D9 is #8B1726. Grayscale: #C3C3C3. Windows color (decimal): -9115431 or 14280820. OLE color: 14280820.

HSL color Cylindrical-coordinate representation of color #74E8D9: hue angle of 172.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E8D9 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 232 217 -
CMYK 0.50 0 0.06 0.09
HSL 172.24º 0.72% 0.68% -
HSV(B) 172.24º 0.5% 0.91% -
XYZ 48.58 66.44 75.91 -
YUV 195.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 116 232 217 0.50 0 0.06 0.09 172.24 0.72 0.68
Hex 74 E8 D9 32 0 6 9 AC 48 44
Octal 164 350 331 62 0 6 11 254 110 104
Binary 1110100 11101000 11011001 110010 0 110 1001 10101100 1001000 1000100

Color Harmonies of #74E8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E8D9

Black with #74E8D9

Text Example


Text Example

White with #74E8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,232,217); }

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

background-color css

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

 a { background-color: rgb(116,232,217); }

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

border-color css

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

 span { border-color: rgb(116,232,217); }

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