Html Css Color HEX #74E0FA Turquoise Blue

📋 copy color: '#74E0FA'

red 116 ◦ green 224 ◦ blue 250

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

Shades of Turquoise Blue #74E0FA

Tints of Turquoise Blue #74E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 19.66%
G = 37.97%
B = 42.37%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74E0FA (or 0x74E0FA) is known color: Turquoise Blue. HEX triplet: 74, E0 and FA. RGB value is (116,224,250). Sum of RGB (Red+Green+Blue) = 116+224+250=590 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.66% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #74E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E0FA is #8B1F05. Grayscale: #C2C2C2. Windows color (decimal): -9117446 or 16441460. OLE color: 16441460.

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

Color convert

RGB 116 224 250 -
CMYK 0.54 0.10 0 0.02
HSL 191.64º 0.93% 0.72% -
HSV(B) 191.64º 0.54% 0.98% -
XYZ 51.11 63.93 100.09 -
YUV 194.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 116 224 250 0.54 0.10 0 0.02 191.64 0.93 0.72
Hex 74 E0 FA 36 A 0 2 C0 5D 48
Octal 164 340 372 66 12 0 2 300 135 110
Binary 1110100 11100000 11111010 110110 1010 0 10 11000000 1011101 1001000

Color Harmonies of #74E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E0FA

Black with #74E0FA

Text Example


Text Example

White with #74E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,224,250); }

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

background-color css

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

 a { background-color: rgb(116,224,250); }

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

border-color css

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

 span { border-color: rgb(116,224,250); }

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