Html Css Color HEX #72E2FE Turquoise Blue

📋 copy color: '#72E2FE'

red 114 ◦ green 226 ◦ blue 254

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

Shades of Turquoise Blue #72E2FE

Tints of Turquoise Blue #72E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 19.19%
G = 38.05%
B = 42.76%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72E2FE (or 0x72E2FE) is known color: Turquoise Blue. HEX triplet: 72, E2 and FE. RGB value is (114,226,254). Sum of RGB (Red+Green+Blue) = 114+226+254=594 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.19% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #72E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E2FE is #8D1D01. Grayscale: #C3C3C3. Windows color (decimal): -9248002 or 16704114. OLE color: 16704114.

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

Color convert

RGB 114 226 254 -
CMYK 0.55 0.11 0 0.00
HSL 192º 0.99% 0.72% -
HSV(B) 192º 0.55% 1% -
XYZ 52.03 65.13 103.59 -
YUV 195.7 160.89 69.72 -
System Red Green Blue C M Y K H S L
Decimal 114 226 254 0.55 0.11 0 0.00 192 0.99 0.72
Hex 72 E2 FE 37 B 0 0 C0 63 48
Octal 162 342 376 67 13 0 0 300 143 110
Binary 1110010 11100010 11111110 110111 1011 0 0 11000000 1100011 1001000

Color Harmonies of #72E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E2FE

Black with #72E2FE

Text Example


Text Example

White with #72E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,226,254); }

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

background-color css

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

 a { background-color: rgb(114,226,254); }

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

border-color css

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

 span { border-color: rgb(114,226,254); }

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