Html Css Color HEX #72D7EA Turquoise Blue

📋 copy color: '#72D7EA'

red 114 ◦ green 215 ◦ blue 234

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

Shades of Turquoise Blue #72D7EA

Tints of Turquoise Blue #72D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.19%

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 20.25%
G = 38.19%
B = 41.56%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72D7EA (or 0x72D7EA) is known color: Turquoise Blue. HEX triplet: 72, D7 and EA. RGB value is (114,215,234). Sum of RGB (Red+Green+Blue) = 114+215+234=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #72D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D7EA is #8D2815. Grayscale: #BABABA. Windows color (decimal): -9250838 or 15390578. OLE color: 15390578.

HSL color Cylindrical-coordinate representation of color #72D7EA: hue angle of 189.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72D7EA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 215 234 -
CMYK 0.51 0.08 0 0.08
HSL 189.5º 0.74% 0.68% -
HSV(B) 189.5º 0.51% 0.92% -
XYZ 46.09 58.12 86.63 -
YUV 186.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 114 215 234 0.51 0.08 0 0.08 189.5 0.74 0.68
Hex 72 D7 EA 33 8 0 8 BE 4A 44
Octal 162 327 352 63 10 0 10 276 112 104
Binary 1110010 11010111 11101010 110011 1000 0 1000 10111110 1001010 1000100

Color Harmonies of #72D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D7EA

Black with #72D7EA

Text Example


Text Example

White with #72D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,215,234); }

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

background-color css

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

 a { background-color: rgb(114,215,234); }

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

border-color css

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

 span { border-color: rgb(114,215,234); }

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