Html Css Color HEX #53ECEA Turquoise Blue

📋 copy color: '#53ECEA'

red 83 ◦ green 236 ◦ blue 234

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

Shades of Turquoise Blue #53ECEA

Tints of Turquoise Blue #53ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

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

R = 15.01%
G = 42.68%
B = 42.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#53ECEA (or 0x53ECEA) is known color: Turquoise Blue. HEX triplet: 53, EC and EA. RGB value is (83,236,234). Sum of RGB (Red+Green+Blue) = 83+236+234=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECEA is #AC1315. Grayscale: #BDBDBD. Windows color (decimal): -11277078 or 15395923. OLE color: 15395923.

HSL color Cylindrical-coordinate representation of color #53ECEA: hue angle of 179.22º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECEA is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 236 234 -
CMYK 0.65 0 0.01 0.07
HSL 179.22º 0.8% 0.63% -
HSV(B) 179.22º 0.65% 0.93% -
XYZ 48.41 67.77 88.37 -
YUV 190.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 83 236 234 0.65 0 0.01 0.07 179.22 0.8 0.63
Hex 53 EC EA 41 0 1 7 B3 50 3F
Octal 123 354 352 101 0 1 7 263 120 77
Binary 1010011 11101100 11101010 1000001 0 1 111 10110011 1010000 111111

Color Harmonies of #53ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECEA

Black with #53ECEA

Text Example


Text Example

White with #53ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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