Html Css Color HEX #72E1F1 Turquoise Blue

📋 copy color: '#72E1F1'

red 114 ◦ green 225 ◦ blue 241

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

Shades of Turquoise Blue #72E1F1

Tints of Turquoise Blue #72E1F1

RGB

 RED value IS 114 (44.92% from 255) = 19.66%

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

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

R = 19.66%
G = 38.79%
B = 41.55%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#72E1F1 (or 0x72E1F1) is known color: Turquoise Blue. HEX triplet: 72, E1 and F1. RGB value is (114,225,241). Sum of RGB (Red+Green+Blue) = 114+225+241=580 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.66% from 580); Green value is 225 (88.28% from 255 or 38.79% 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 #72E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E1F1 is #8D1E0E. Grayscale: #C1C1C1. Windows color (decimal): -9248271 or 15851890. OLE color: 15851890.

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

Color convert

RGB 114 225 241 -
CMYK 0.53 0.07 0 0.05
HSL 187.56º 0.82% 0.7% -
HSV(B) 187.56º 0.53% 0.95% -
XYZ 49.74 63.78 92.91 -
YUV 193.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 114 225 241 0.53 0.07 0 0.05 187.56 0.82 0.7
Hex 72 E1 F1 35 7 0 5 BC 52 46
Octal 162 341 361 65 7 0 5 274 122 106
Binary 1110010 11100001 11110001 110101 111 0 101 10111100 1010010 1000110

Color Harmonies of #72E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E1F1

Black with #72E1F1

Text Example


Text Example

White with #72E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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