Html Css Color HEX #53DEFE Turquoise Blue

📋 copy color: '#53DEFE'

red 83 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #53DEFE

Tints of Turquoise Blue #53DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.71%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 14.85%
G = 39.71%
B = 45.44%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53DEFE (or 0x53DEFE) is known color: Turquoise Blue. HEX triplet: 53, DE and FE. RGB value is (83,222,254). Sum of RGB (Red+Green+Blue) = 83+222+254=559 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.85% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #53DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEFE is #AC2101. Grayscale: #B7B7B7. Windows color (decimal): -11280642 or 16703059. OLE color: 16703059.

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

Color convert

RGB 83 222 254 -
CMYK 0.67 0.13 0 0.00
HSL 191.23º 0.99% 0.66% -
HSV(B) 191.23º 0.67% 1% -
XYZ 47.58 61.24 103.08 -
YUV 184.09 167.45 55.9 -
System Red Green Blue C M Y K H S L
Decimal 83 222 254 0.67 0.13 0 0.00 191.23 0.99 0.66
Hex 53 DE FE 43 D 0 0 BF 63 42
Octal 123 336 376 103 15 0 0 277 143 102
Binary 1010011 11011110 11111110 1000011 1101 0 0 10111111 1100011 1000010

Color Harmonies of #53DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEFE

Black with #53DEFE

Text Example


Text Example

White with #53DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,254); }

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

background-color css

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

 a { background-color: rgb(83,222,254); }

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

border-color css

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

 span { border-color: rgb(83,222,254); }

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