Html Css Color HEX #72DCEA Turquoise Blue

📋 copy color: '#72DCEA'

red 114 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #72DCEA

Tints of Turquoise Blue #72DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 20.07%
G = 38.73%
B = 41.2%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72DCEA (or 0x72DCEA) is known color: Turquoise Blue. HEX triplet: 72, DC and EA. RGB value is (114,220,234). Sum of RGB (Red+Green+Blue) = 114+220+234=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #72DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCEA is #8D2315. Grayscale: #BDBDBD. Windows color (decimal): -9249558 or 15391858. OLE color: 15391858.

HSL color Cylindrical-coordinate representation of color #72DCEA: hue angle of 187º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72DCEA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 220 234 -
CMYK 0.51 0.06 0 0.08
HSL 187º 0.74% 0.68% -
HSV(B) 187º 0.51% 0.92% -
XYZ 47.38 60.7 87.06 -
YUV 189.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 114 220 234 0.51 0.06 0 0.08 187 0.74 0.68
Hex 72 DC EA 33 6 0 8 BB 4A 44
Octal 162 334 352 63 6 0 10 273 112 104
Binary 1110010 11011100 11101010 110011 110 0 1000 10111011 1001010 1000100

Color Harmonies of #72DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCEA

Black with #72DCEA

Text Example


Text Example

White with #72DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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