Html Css Color HEX #74E1F1 Turquoise Blue

📋 copy color: '#74E1F1'

red 116 ◦ green 225 ◦ blue 241

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

Shades of Turquoise Blue #74E1F1

Tints of Turquoise Blue #74E1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 19.93%
G = 38.66%
B = 41.41%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#74E1F1 (or 0x74E1F1) is known color: Turquoise Blue. HEX triplet: 74, E1 and F1. RGB value is (116,225,241). Sum of RGB (Red+Green+Blue) = 116+225+241=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #74E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E1F1 is #8B1E0E. Grayscale: #C2C2C2. Windows color (decimal): -9117199 or 15851892. OLE color: 15851892.

HSL color Cylindrical-coordinate representation of color #74E1F1: hue angle of 187.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74E1F1 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 225 241 -
CMYK 0.52 0.07 0 0.05
HSL 187.68º 0.82% 0.7% -
HSV(B) 187.68º 0.52% 0.95% -
XYZ 50 63.91 92.92 -
YUV 194.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 116 225 241 0.52 0.07 0 0.05 187.68 0.82 0.7
Hex 74 E1 F1 34 7 0 5 BC 52 46
Octal 164 341 361 64 7 0 5 274 122 106
Binary 1110100 11100001 11110001 110100 111 0 101 10111100 1010010 1000110

Color Harmonies of #74E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E1F1

Black with #74E1F1

Text Example


Text Example

White with #74E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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