Html Css Color HEX #73DEFE Turquoise Blue

📋 copy color: '#73DEFE'

red 115 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #73DEFE

Tints of Turquoise Blue #73DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.56%

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

R = 19.46%
G = 37.56%
B = 42.98%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73DEFE (or 0x73DEFE) is known color: Turquoise Blue. HEX triplet: 73, DE and FE. RGB value is (115,222,254). Sum of RGB (Red+Green+Blue) = 115+222+254=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #73DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEFE is #8C2101. Grayscale: #C1C1C1. Windows color (decimal): -9183490 or 16703091. OLE color: 16703091.

HSL color Cylindrical-coordinate representation of color #73DEFE: hue angle of 193.81º 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 #73DEFE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 222 254 -
CMYK 0.55 0.13 0 0.00
HSL 193.81º 0.99% 0.72% -
HSV(B) 193.81º 0.55% 1% -
XYZ 51.08 63.04 103.24 -
YUV 193.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 115 222 254 0.55 0.13 0 0.00 193.81 0.99 0.72
Hex 73 DE FE 37 D 0 0 C2 63 48
Octal 163 336 376 67 15 0 0 302 143 110
Binary 1110011 11011110 11111110 110111 1101 0 0 11000010 1100011 1001000

Color Harmonies of #73DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEFE

Black with #73DEFE

Text Example


Text Example

White with #73DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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