Html Css Color HEX #73DFFE Turquoise Blue

📋 copy color: '#73DFFE'

red 115 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #73DFFE

Tints of Turquoise Blue #73DFFE

RGB

 RED value IS 115 (45.31% from 255) = 19.43%

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 19.43%
G = 37.67%
B = 42.91%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73DFFE (or 0x73DFFE) is known color: Turquoise Blue. HEX triplet: 73, DF and FE. RGB value is (115,223,254). Sum of RGB (Red+Green+Blue) = 115+223+254=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #73DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFFE is #8C2001. Grayscale: #C2C2C2. Windows color (decimal): -9183234 or 16703347. OLE color: 16703347.

HSL color Cylindrical-coordinate representation of color #73DFFE: hue angle of 193.38º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DFFE is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 223 254 -
CMYK 0.55 0.12 0 0.00
HSL 193.38º 0.99% 0.72% -
HSV(B) 193.38º 0.55% 1% -
XYZ 51.35 63.58 103.33 -
YUV 194.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 115 223 254 0.55 0.12 0 0.00 193.38 0.99 0.72
Hex 73 DF FE 37 C 0 0 C1 63 48
Octal 163 337 376 67 14 0 0 301 143 110
Binary 1110011 11011111 11111110 110111 1100 0 0 11000001 1100011 1001000

Color Harmonies of #73DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFFE

Black with #73DFFE

Text Example


Text Example

White with #73DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73DFFE; }

 p { color: rgb(115,223,254); }

 H1.HeaderClassName
 {
   color: #73DFFE;
 }
 .AnyTagClassName
 {
   color: #73DFFE;
 }
</style>

background-color css

<style>
 a { background-color: #73DFFE; }

 a { background-color: rgb(115,223,254); }

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

border-color css

<style>
 span { border-color: #73DFFE; }

 span { border-color: rgb(115,223,254); }

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