Html Css Color HEX #72DFF1 Turquoise Blue

📋 copy color: '#72DFF1'

red 114 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #72DFF1

Tints of Turquoise Blue #72DFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 19.72%
G = 38.58%
B = 41.7%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#72DFF1 (or 0x72DFF1) is known color: Turquoise Blue. HEX triplet: 72, DF and F1. RGB value is (114,223,241). Sum of RGB (Red+Green+Blue) = 114+223+241=578 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.72% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #72DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFF1 is #8D200E. Grayscale: #C0C0C0. Windows color (decimal): -9248783 or 15851378. OLE color: 15851378.

HSL color Cylindrical-coordinate representation of color #72DFF1: hue angle of 188.5º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72DFF1 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 223 241 -
CMYK 0.53 0.07 0 0.05
HSL 188.5º 0.82% 0.7% -
HSV(B) 188.5º 0.53% 0.95% -
XYZ 49.2 62.7 92.73 -
YUV 192.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 114 223 241 0.53 0.07 0 0.05 188.5 0.82 0.7
Hex 72 DF F1 35 7 0 5 BD 52 46
Octal 162 337 361 65 7 0 5 275 122 106
Binary 1110010 11011111 11110001 110101 111 0 101 10111101 1010010 1000110

Color Harmonies of #72DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFF1

Black with #72DFF1

Text Example


Text Example

White with #72DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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