Html Css Color HEX #73DFF2 Turquoise Blue

📋 copy color: '#73DFF2'

red 115 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #73DFF2

Tints of Turquoise Blue #73DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 19.83%
G = 38.45%
B = 41.72%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73DFF2 (or 0x73DFF2) is known color: Turquoise Blue. HEX triplet: 73, DF and F2. RGB value is (115,223,242). Sum of RGB (Red+Green+Blue) = 115+223+242=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #73DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFF2 is #8C200D. Grayscale: #C0C0C0. Windows color (decimal): -9183246 or 15916915. OLE color: 15916915.

HSL color Cylindrical-coordinate representation of color #73DFF2: hue angle of 188.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DFF2 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 223 242 -
CMYK 0.52 0.08 0 0.05
HSL 188.98º 0.83% 0.7% -
HSV(B) 188.98º 0.52% 0.95% -
XYZ 49.48 62.83 93.52 -
YUV 192.87 155.72 72.46 -
System Red Green Blue C M Y K H S L
Decimal 115 223 242 0.52 0.08 0 0.05 188.98 0.83 0.7
Hex 73 DF F2 34 8 0 5 BD 53 46
Octal 163 337 362 64 10 0 5 275 123 106
Binary 1110011 11011111 11110010 110100 1000 0 101 10111101 1010011 1000110

Color Harmonies of #73DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFF2

Black with #73DFF2

Text Example


Text Example

White with #73DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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