Html Css Color HEX #72E2FF Turquoise Blue

📋 copy color: '#72E2FF'

red 114 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #72E2FF

Tints of Turquoise Blue #72E2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 19.16%
G = 37.98%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72E2FF (or 0x72E2FF) is known color: Turquoise Blue. HEX triplet: 72, E2 and FF. RGB value is (114,226,255). Sum of RGB (Red+Green+Blue) = 114+226+255=595 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.16% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #72E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E2FF is #8D1D00. Grayscale: #C3C3C3. Windows color (decimal): -9248001 or 16769650. OLE color: 16769650.

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

Color convert

RGB 114 226 255 -
CMYK 0.55 0.11 0 0
HSL 192.34º 1% 0.72% -
HSV(B) 192.34º 0.55% 1% -
XYZ 52.19 65.19 104.44 -
YUV 195.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 114 226 255 0.55 0.11 0 0 192.34 1 0.72
Hex 72 E2 FF 37 B 0 0 C0 64 48
Octal 162 342 377 67 13 0 0 300 144 110
Binary 1110010 11100010 11111111 110111 1011 0 0 11000000 1100100 1001000

Color Harmonies of #72E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E2FF

Black with #72E2FF

Text Example


Text Example

White with #72E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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