Html Css Color HEX #72EBED Turquoise Blue

📋 copy color: '#72EBED'

red 114 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #72EBED

Tints of Turquoise Blue #72EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 19.45%
G = 40.1%
B = 40.44%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72EBED (or 0x72EBED) is known color: Turquoise Blue. HEX triplet: 72, EB and ED. RGB value is (114,235,237). Sum of RGB (Red+Green+Blue) = 114+235+237=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #72EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EBED is #8D1412. Grayscale: #C6C6C6. Windows color (decimal): -9245715 or 15592306. OLE color: 15592306.

HSL color Cylindrical-coordinate representation of color #72EBED: hue angle of 180.98º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EBED is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 235 237 -
CMYK 0.52 0.01 0 0.07
HSL 180.98º 0.77% 0.69% -
HSV(B) 180.98º 0.52% 0.93% -
XYZ 51.93 69.11 90.72 -
YUV 199.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 114 235 237 0.52 0.01 0 0.07 180.98 0.77 0.69
Hex 72 EB ED 34 1 0 7 B5 4D 45
Octal 162 353 355 64 1 0 7 265 115 105
Binary 1110010 11101011 11101101 110100 1 0 111 10110101 1001101 1000101

Color Harmonies of #72EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EBED

Black with #72EBED

Text Example


Text Example

White with #72EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,235,237); }

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

background-color css

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

 a { background-color: rgb(114,235,237); }

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

border-color css

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

 span { border-color: rgb(114,235,237); }

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