Html Css Color HEX #53DFFC Turquoise Blue

📋 copy color: '#53DFFC'

red 83 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #53DFFC

Tints of Turquoise Blue #53DFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 14.87%
G = 39.96%
B = 45.16%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53DFFC (or 0x53DFFC) is known color: Turquoise Blue. HEX triplet: 53, DF and FC. RGB value is (83,223,252). Sum of RGB (Red+Green+Blue) = 83+223+252=558 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.87% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #53DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DFFC is #AC2003. Grayscale: #B8B8B8. Windows color (decimal): -11280388 or 16572243. OLE color: 16572243.

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

Color convert

RGB 83 223 252 -
CMYK 0.67 0.12 0 0.01
HSL 190.3º 0.97% 0.66% -
HSV(B) 190.3º 0.67% 0.99% -
XYZ 47.53 61.64 101.49 -
YUV 184.45 166.12 55.64 -
System Red Green Blue C M Y K H S L
Decimal 83 223 252 0.67 0.12 0 0.01 190.3 0.97 0.66
Hex 53 DF FC 43 C 0 1 BE 61 42
Octal 123 337 374 103 14 0 1 276 141 102
Binary 1010011 11011111 11111100 1000011 1100 0 1 10111110 1100001 1000010

Color Harmonies of #53DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFFC

Black with #53DFFC

Text Example


Text Example

White with #53DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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