Html Css Color HEX #53DCEA Turquoise Blue

📋 copy color: '#53DCEA'

red 83 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #53DCEA

Tints of Turquoise Blue #53DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 15.46%
G = 40.97%
B = 43.58%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53DCEA (or 0x53DCEA) is known color: Turquoise Blue. HEX triplet: 53, DC and EA. RGB value is (83,220,234). Sum of RGB (Red+Green+Blue) = 83+220+234=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #53DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCEA is #AC2315. Grayscale: #B4B4B4. Windows color (decimal): -11281174 or 15391827. OLE color: 15391827.

HSL color Cylindrical-coordinate representation of color #53DCEA: hue angle of 185.56º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DCEA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 220 234 -
CMYK 0.65 0.06 0 0.08
HSL 185.56º 0.78% 0.62% -
HSV(B) 185.56º 0.65% 0.92% -
XYZ 44.01 58.97 86.9 -
YUV 180.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 83 220 234 0.65 0.06 0 0.08 185.56 0.78 0.62
Hex 53 DC EA 41 6 0 8 BA 4E 3E
Octal 123 334 352 101 6 0 10 272 116 76
Binary 1010011 11011100 11101010 1000001 110 0 1000 10111010 1001110 111110

Color Harmonies of #53DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCEA

Black with #53DCEA

Text Example


Text Example

White with #53DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,220,234); }

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

background-color css

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

 a { background-color: rgb(83,220,234); }

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

border-color css

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

 span { border-color: rgb(83,220,234); }

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