Html Css Color HEX #72D5E9 Turquoise Blue

📋 copy color: '#72D5E9'

red 114 ◦ green 213 ◦ blue 233

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

Shades of Turquoise Blue #72D5E9

Tints of Turquoise Blue #72D5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.04%

 BLUE value IS 233 (91.41% from 255) = 41.61%

R = 20.36%
G = 38.04%
B = 41.61%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72D5E9 (or 0x72D5E9) is known color: Turquoise Blue. HEX triplet: 72, D5 and E9. RGB value is (114,213,233). Sum of RGB (Red+Green+Blue) = 114+213+233=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #72D5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D5E9 is #8D2A16. Grayscale: #B9B9B9. Windows color (decimal): -9251351 or 15324530. OLE color: 15324530.

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

Color convert

RGB 114 213 233 -
CMYK 0.51 0.09 0 0.09
HSL 190.08º 0.73% 0.68% -
HSV(B) 190.08º 0.51% 0.91% -
XYZ 45.44 57.05 85.71 -
YUV 185.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 114 213 233 0.51 0.09 0 0.09 190.08 0.73 0.68
Hex 72 D5 E9 33 9 0 9 BE 49 44
Octal 162 325 351 63 11 0 11 276 111 104
Binary 1110010 11010101 11101001 110011 1001 0 1001 10111110 1001001 1000100

Color Harmonies of #72D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D5E9

Black with #72D5E9

Text Example


Text Example

White with #72D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,213,233); }

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

background-color css

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

 a { background-color: rgb(114,213,233); }

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

border-color css

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

 span { border-color: rgb(114,213,233); }

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