Html Css Color HEX #53D8F4 Turquoise Blue

📋 copy color: '#53D8F4'

red 83 ◦ green 216 ◦ blue 244

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

Shades of Turquoise Blue #53D8F4

Tints of Turquoise Blue #53D8F4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

 BLUE value IS 244 (95.7% from 255) = 44.94%

R = 15.29%
G = 39.78%
B = 44.94%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53D8F4 (or 0x53D8F4) is known color: Turquoise Blue. HEX triplet: 53, D8 and F4. RGB value is (83,216,244). Sum of RGB (Red+Green+Blue) = 83+216+244=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #53D8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D8F4 is #AC270B. Grayscale: #B3B3B3. Windows color (decimal): -11282188 or 16046163. OLE color: 16046163.

HSL color Cylindrical-coordinate representation of color #53D8F4: hue angle of 190.43º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D8F4 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 216 244 -
CMYK 0.66 0.11 0 0.04
HSL 190.43º 0.88% 0.64% -
HSV(B) 190.43º 0.66% 0.96% -
XYZ 44.45 57.48 94.34 -
YUV 179.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 83 216 244 0.66 0.11 0 0.04 190.43 0.88 0.64
Hex 53 D8 F4 42 B 0 4 BE 58 40
Octal 123 330 364 102 13 0 4 276 130 100
Binary 1010011 11011000 11110100 1000010 1011 0 100 10111110 1011000 1000000

Color Harmonies of #53D8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8F4

Black with #53D8F4

Text Example


Text Example

White with #53D8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,216,244); }

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

background-color css

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

 a { background-color: rgb(83,216,244); }

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

border-color css

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

 span { border-color: rgb(83,216,244); }

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