Html Css Color HEX #72DCDC Turquoise Blue

📋 copy color: '#72DCDC'

red 114 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #72DCDC

Tints of Turquoise Blue #72DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 20.58%
G = 39.71%
B = 39.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72DCDC (or 0x72DCDC) is known color: Turquoise Blue. HEX triplet: 72, DC and DC. RGB value is (114,220,220). Sum of RGB (Red+Green+Blue) = 114+220+220=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #72DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCDC is #8D2323. Grayscale: #BCBCBC. Windows color (decimal): -9249572 or 14474354. OLE color: 14474354.

HSL color Cylindrical-coordinate representation of color #72DCDC: hue angle of 180º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCDC is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 220 -
CMYK 0.48 0 0 0.14
HSL 180º 0.6% 0.65% -
HSV(B) 180º 0.48% 0.86% -
XYZ 45.45 59.93 76.88 -
YUV 188.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 114 220 220 0.48 0 0 0.14 180 0.6 0.65
Hex 72 DC DC 30 0 0 E B4 3C 41
Octal 162 334 334 60 0 0 16 264 74 101
Binary 1110010 11011100 11011100 110000 0 0 1110 10110100 111100 1000001

Color Harmonies of #72DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCDC

Black with #72DCDC

Text Example


Text Example

White with #72DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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