Html Css Color HEX #53DDF3 Turquoise Blue

📋 copy color: '#53DDF3'

red 83 ◦ green 221 ◦ blue 243

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

Shades of Turquoise Blue #53DDF3

Tints of Turquoise Blue #53DDF3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 15.17%
G = 40.4%
B = 44.42%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53DDF3 (or 0x53DDF3) is known color: Turquoise Blue. HEX triplet: 53, DD and F3. RGB value is (83,221,243). Sum of RGB (Red+Green+Blue) = 83+221+243=547 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.17% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #53DDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDF3 is #AC220C. Grayscale: #B6B6B6. Windows color (decimal): -11280909 or 15981907. OLE color: 15981907.

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

Color convert

RGB 83 221 243 -
CMYK 0.66 0.09 0 0.05
HSL 188.25º 0.87% 0.64% -
HSV(B) 188.25º 0.66% 0.95% -
XYZ 45.6 60.02 93.98 -
YUV 182.25 162.28 57.21 -
System Red Green Blue C M Y K H S L
Decimal 83 221 243 0.66 0.09 0 0.05 188.25 0.87 0.64
Hex 53 DD F3 42 9 0 5 BC 57 40
Octal 123 335 363 102 11 0 5 274 127 100
Binary 1010011 11011101 11110011 1000010 1001 0 101 10111100 1010111 1000000

Color Harmonies of #53DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DDF3

Black with #53DDF3

Text Example


Text Example

White with #53DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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