Html Css Color HEX #53DFFE Turquoise Blue

📋 copy color: '#53DFFE'

red 83 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #53DFFE

Tints of Turquoise Blue #53DFFE

RGB

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

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

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

R = 14.82%
G = 39.82%
B = 45.36%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53DFFE (or 0x53DFFE) is known color: Turquoise Blue. HEX triplet: 53, DF and FE. RGB value is (83,223,254). Sum of RGB (Red+Green+Blue) = 83+223+254=560 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.82% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #53DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFFE is #AC2001. Grayscale: #B8B8B8. Windows color (decimal): -11280386 or 16703315. OLE color: 16703315.

HSL color Cylindrical-coordinate representation of color #53DFFE: hue angle of 190.88º 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 #53DFFE is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 223 254 -
CMYK 0.67 0.12 0 0.00
HSL 190.88º 0.99% 0.66% -
HSV(B) 190.88º 0.67% 1% -
XYZ 47.84 61.77 103.17 -
YUV 184.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 83 223 254 0.67 0.12 0 0.00 190.88 0.99 0.66
Hex 53 DF FE 43 C 0 0 BF 63 42
Octal 123 337 376 103 14 0 0 277 143 102
Binary 1010011 11011111 11111110 1000011 1100 0 0 10111111 1100011 1000010

Color Harmonies of #53DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFFE

Black with #53DFFE

Text Example


Text Example

White with #53DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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