Html Css Color HEX #53DFFF Turquoise Blue

📋 copy color: '#53DFFF'

red 83 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #53DFFF

Tints of Turquoise Blue #53DFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 14.8%
G = 39.75%
B = 45.45%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53DFFF (or 0x53DFFF) is known color: Turquoise Blue. HEX triplet: 53, DF and FF. RGB value is (83,223,255). Sum of RGB (Red+Green+Blue) = 83+223+255=561 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.80% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFFF is #AC2000. Grayscale: #B8B8B8. Windows color (decimal): -11280385 or 16768851. OLE color: 16768851.

HSL color Cylindrical-coordinate representation of color #53DFFF: hue angle of 191.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DFFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 223 255 -
CMYK 0.67 0.13 0 0
HSL 191.16º 1% 0.66% -
HSV(B) 191.16º 0.67% 1% -
XYZ 48 61.83 104.01 -
YUV 184.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 83 223 255 0.67 0.13 0 0 191.16 1 0.66
Hex 53 DF FF 43 D 0 0 BF 64 42
Octal 123 337 377 103 15 0 0 277 144 102
Binary 1010011 11011111 11111111 1000011 1101 0 0 10111111 1100100 1000010

Color Harmonies of #53DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFFF

Black with #53DFFF

Text Example


Text Example

White with #53DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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