Html Css Color HEX #73E0F1 Turquoise Blue

📋 copy color: '#73E0F1'

red 115 ◦ green 224 ◦ blue 241

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

Shades of Turquoise Blue #73E0F1

Tints of Turquoise Blue #73E0F1

RGB

 RED value IS 115 (45.31% from 255) = 19.83%

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

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

R = 19.83%
G = 38.62%
B = 41.55%

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

#73E0F1 (or 0x73E0F1) is known color: Turquoise Blue. HEX triplet: 73, E0 and F1. RGB value is (115,224,241). Sum of RGB (Red+Green+Blue) = 115+224+241=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #73E0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E0F1 is #8C1F0E. Grayscale: #C1C1C1. Windows color (decimal): -9182991 or 15851635. OLE color: 15851635.

HSL color Cylindrical-coordinate representation of color #73E0F1: hue angle of 188.1º 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 #73E0F1 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 224 241 -
CMYK 0.52 0.07 0 0.05
HSL 188.1º 0.82% 0.7% -
HSV(B) 188.1º 0.52% 0.95% -
XYZ 49.6 63.31 92.82 -
YUV 193.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 115 224 241 0.52 0.07 0 0.05 188.1 0.82 0.7
Hex 73 E0 F1 34 7 0 5 BC 52 46
Octal 163 340 361 64 7 0 5 274 122 106
Binary 1110011 11100000 11110001 110100 111 0 101 10111100 1010010 1000110

Color Harmonies of #73E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E0F1

Black with #73E0F1

Text Example


Text Example

White with #73E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73E0F1; }

 p { color: rgb(115,224,241); }

 H1.HeaderClassName
 {
   color: #73E0F1;
 }
 .AnyTagClassName
 {
   color: #73E0F1;
 }
</style>

background-color css

<style>
 a { background-color: #73E0F1; }

 a { background-color: rgb(115,224,241); }

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

border-color css

<style>
 span { border-color: #73E0F1; }

 span { border-color: rgb(115,224,241); }

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