Html Css Color HEX #72DFDA Turquoise Blue

📋 copy color: '#72DFDA'

red 114 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #72DFDA

Tints of Turquoise Blue #72DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.18%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 20.54%
G = 40.18%
B = 39.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#72DFDA (or 0x72DFDA) is known color: Turquoise Blue. HEX triplet: 72, DF and DA. RGB value is (114,223,218). Sum of RGB (Red+Green+Blue) = 114+223+218=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFDA is #8D2025. Grayscale: #BDBDBD. Windows color (decimal): -9248806 or 14344050. OLE color: 14344050.

HSL color Cylindrical-coordinate representation of color #72DFDA: hue angle of 177.25º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFDA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 218 -
CMYK 0.49 0 0.02 0.13
HSL 177.25º 0.63% 0.66% -
HSV(B) 177.25º 0.49% 0.87% -
XYZ 45.98 61.41 75.76 -
YUV 189.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 114 223 218 0.49 0 0.02 0.13 177.25 0.63 0.66
Hex 72 DF DA 31 0 2 D B1 3F 42
Octal 162 337 332 61 0 2 15 261 77 102
Binary 1110010 11011111 11011010 110001 0 10 1101 10110001 111111 1000010

Color Harmonies of #72DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFDA

Black with #72DFDA

Text Example


Text Example

White with #72DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,218); }

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

background-color css

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

 a { background-color: rgb(114,223,218); }

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

border-color css

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

 span { border-color: rgb(114,223,218); }

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