Html Css Color HEX #72D3E6 Turquoise Blue

📋 copy color: '#72D3E6'

red 114 ◦ green 211 ◦ blue 230

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

Shades of Turquoise Blue #72D3E6

Tints of Turquoise Blue #72D3E6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 20.54%
G = 38.02%
B = 41.44%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#72D3E6 (or 0x72D3E6) is known color: Turquoise Blue. HEX triplet: 72, D3 and E6. RGB value is (114,211,230). Sum of RGB (Red+Green+Blue) = 114+211+230=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #72D3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D3E6 is #8D2C19. Grayscale: #B7B7B7. Windows color (decimal): -9251866 or 15127410. OLE color: 15127410.

HSL color Cylindrical-coordinate representation of color #72D3E6: hue angle of 189.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72D3E6 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 211 230 -
CMYK 0.50 0.08 0 0.10
HSL 189.83º 0.7% 0.67% -
HSV(B) 189.83º 0.5% 0.9% -
XYZ 44.52 55.88 83.3 -
YUV 184.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 114 211 230 0.50 0.08 0 0.10 189.83 0.7 0.67
Hex 72 D3 E6 32 8 0 A BE 46 43
Octal 162 323 346 62 10 0 12 276 106 103
Binary 1110010 11010011 11100110 110010 1000 0 1010 10111110 1000110 1000011

Color Harmonies of #72D3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D3E6

Black with #72D3E6

Text Example


Text Example

White with #72D3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,211,230); }

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

background-color css

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

 a { background-color: rgb(114,211,230); }

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

border-color css

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

 span { border-color: rgb(114,211,230); }

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