Html Css Color HEX #74E2EB Turquoise Blue

📋 copy color: '#74E2EB'

red 116 ◦ green 226 ◦ blue 235

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

Shades of Turquoise Blue #74E2EB

Tints of Turquoise Blue #74E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.17%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 20.1%
G = 39.17%
B = 40.73%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74E2EB (or 0x74E2EB) is known color: Turquoise Blue. HEX triplet: 74, E2 and EB. RGB value is (116,226,235). Sum of RGB (Red+Green+Blue) = 116+226+235=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #74E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E2EB is #8B1D14. Grayscale: #C1C1C1. Windows color (decimal): -9116949 or 15458932. OLE color: 15458932.

HSL color Cylindrical-coordinate representation of color #74E2EB: hue angle of 184.54º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74E2EB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 226 235 -
CMYK 0.51 0.04 0 0.08
HSL 184.54º 0.75% 0.69% -
HSV(B) 184.54º 0.51% 0.92% -
XYZ 49.39 64.1 88.37 -
YUV 194.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 116 226 235 0.51 0.04 0 0.08 184.54 0.75 0.69
Hex 74 E2 EB 33 4 0 8 B9 4B 45
Octal 164 342 353 63 4 0 10 271 113 105
Binary 1110100 11100010 11101011 110011 100 0 1000 10111001 1001011 1000101

Color Harmonies of #74E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E2EB

Black with #74E2EB

Text Example


Text Example

White with #74E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,226,235); }

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

background-color css

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

 a { background-color: rgb(116,226,235); }

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

border-color css

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

 span { border-color: rgb(116,226,235); }

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