Html Css Color HEX #53DFF1 Turquoise Blue

📋 copy color: '#53DFF1'

red 83 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #53DFF1

Tints of Turquoise Blue #53DFF1

RGB

 RED value IS 83 (32.81% from 255) = 15.17%

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

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

R = 15.17%
G = 40.77%
B = 44.06%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53DFF1 (or 0x53DFF1) is known color: Turquoise Blue. HEX triplet: 53, DF and F1. RGB value is (83,223,241). Sum of RGB (Red+Green+Blue) = 83+223+241=547 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.17% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #53DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFF1 is #AC200E. Grayscale: #B6B6B6. Windows color (decimal): -11280399 or 15851347. OLE color: 15851347.

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

Color convert

RGB 83 223 241 -
CMYK 0.66 0.07 0 0.05
HSL 186.84º 0.85% 0.64% -
HSV(B) 186.84º 0.66% 0.95% -
XYZ 45.83 60.97 92.57 -
YUV 183.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 83 223 241 0.66 0.07 0 0.05 186.84 0.85 0.64
Hex 53 DF F1 42 7 0 5 BB 55 40
Octal 123 337 361 102 7 0 5 273 125 100
Binary 1010011 11011111 11110001 1000010 111 0 101 10111011 1010101 1000000

Color Harmonies of #53DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFF1

Black with #53DFF1

Text Example


Text Example

White with #53DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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