Html Css Color HEX #74EADB Turquoise Blue

📋 copy color: '#74EADB'

red 116 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #74EADB

Tints of Turquoise Blue #74EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 20.39%
G = 41.12%
B = 38.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#74EADB (or 0x74EADB) is known color: Turquoise Blue. HEX triplet: 74, EA and DB. RGB value is (116,234,219). Sum of RGB (Red+Green+Blue) = 116+234+219=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #74EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EADB is #8B1524. Grayscale: #C4C4C4. Windows color (decimal): -9114917 or 14412404. OLE color: 14412404.

HSL color Cylindrical-coordinate representation of color #74EADB: hue angle of 172.37º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EADB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 219 -
CMYK 0.50 0 0.06 0.08
HSL 172.37º 0.74% 0.69% -
HSV(B) 172.37º 0.5% 0.92% -
XYZ 49.41 67.67 77.48 -
YUV 197.01 140.41 70.22 -
System Red Green Blue C M Y K H S L
Decimal 116 234 219 0.50 0 0.06 0.08 172.37 0.74 0.69
Hex 74 EA DB 32 0 6 8 AC 4A 45
Octal 164 352 333 62 0 6 10 254 112 105
Binary 1110100 11101010 11011011 110010 0 110 1000 10101100 1001010 1000101

Color Harmonies of #74EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EADB

Black with #74EADB

Text Example


Text Example

White with #74EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,219); }

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

background-color css

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

 a { background-color: rgb(116,234,219); }

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

border-color css

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

 span { border-color: rgb(116,234,219); }

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