Html Css Color HEX #74E1FE Turquoise Blue

📋 copy color: '#74E1FE'

red 116 ◦ green 225 ◦ blue 254

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

Shades of Turquoise Blue #74E1FE

Tints of Turquoise Blue #74E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.82%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 19.5%
G = 37.82%
B = 42.69%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74E1FE (or 0x74E1FE) is known color: Turquoise Blue. HEX triplet: 74, E1 and FE. RGB value is (116,225,254). Sum of RGB (Red+Green+Blue) = 116+225+254=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #74E1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E1FE is #8B1E01. Grayscale: #C3C3C3. Windows color (decimal): -9117186 or 16703860. OLE color: 16703860.

HSL color Cylindrical-coordinate representation of color #74E1FE: hue angle of 192.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74E1FE is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 225 254 -
CMYK 0.54 0.11 0 0.00
HSL 192.61º 0.99% 0.73% -
HSV(B) 192.61º 0.54% 1% -
XYZ 52.02 64.72 103.52 -
YUV 195.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 116 225 254 0.54 0.11 0 0.00 192.61 0.99 0.73
Hex 74 E1 FE 36 B 0 0 C1 63 49
Octal 164 341 376 66 13 0 0 301 143 111
Binary 1110100 11100001 11111110 110110 1011 0 0 11000001 1100011 1001001

Color Harmonies of #74E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E1FE

Black with #74E1FE

Text Example


Text Example

White with #74E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,254); }

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

background-color css

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

 a { background-color: rgb(116,225,254); }

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

border-color css

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

 span { border-color: rgb(116,225,254); }

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