Html Css Color HEX #53DFF3 Turquoise Blue

📋 copy color: '#53DFF3'

red 83 ◦ green 223 ◦ blue 243

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

Shades of Turquoise Blue #53DFF3

Tints of Turquoise Blue #53DFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 15.12%
G = 40.62%
B = 44.26%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53DFF3 (or 0x53DFF3) is known color: Turquoise Blue. HEX triplet: 53, DF and F3. RGB value is (83,223,243). Sum of RGB (Red+Green+Blue) = 83+223+243=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #53DFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFF3 is #AC200C. Grayscale: #B7B7B7. Windows color (decimal): -11280397 or 15982419. OLE color: 15982419.

HSL color Cylindrical-coordinate representation of color #53DFF3: hue angle of 187.5º degrees, saturation: 0.87, 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 #53DFF3 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 223 243 -
CMYK 0.66 0.08 0 0.05
HSL 187.5º 0.87% 0.64% -
HSV(B) 187.5º 0.66% 0.95% -
XYZ 46.13 61.09 94.15 -
YUV 183.42 161.62 56.37 -
System Red Green Blue C M Y K H S L
Decimal 83 223 243 0.66 0.08 0 0.05 187.5 0.87 0.64
Hex 53 DF F3 42 8 0 5 BC 57 40
Octal 123 337 363 102 10 0 5 274 127 100
Binary 1010011 11011111 11110011 1000010 1000 0 101 10111100 1010111 1000000

Color Harmonies of #53DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFF3

Black with #53DFF3

Text Example


Text Example

White with #53DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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