Html Css Color HEX #53EAEA Turquoise Blue

📋 copy color: '#53EAEA'

red 83 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #53EAEA

Tints of Turquoise Blue #53EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 15.06%
G = 42.47%
B = 42.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53EAEA (or 0x53EAEA) is known color: Turquoise Blue. HEX triplet: 53, EA and EA. RGB value is (83,234,234). Sum of RGB (Red+Green+Blue) = 83+234+234=551 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.06% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #53EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EAEA is #AC1515. Grayscale: #BCBCBC. Windows color (decimal): -11277590 or 15395411. OLE color: 15395411.

HSL color Cylindrical-coordinate representation of color #53EAEA: hue angle of 180º 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 #53EAEA is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 234 -
CMYK 0.65 0 0 0.08
HSL 180º 0.78% 0.62% -
HSV(B) 180º 0.65% 0.92% -
XYZ 47.84 66.63 88.18 -
YUV 188.85 153.47 52.5 -
System Red Green Blue C M Y K H S L
Decimal 83 234 234 0.65 0 0 0.08 180 0.78 0.62
Hex 53 EA EA 41 0 0 8 B4 4E 3E
Octal 123 352 352 101 0 0 10 264 116 76
Binary 1010011 11101010 11101010 1000001 0 0 1000 10110100 1001110 111110

Color Harmonies of #53EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EAEA

Black with #53EAEA

Text Example


Text Example

White with #53EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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