Html Css Color HEX #53DEEA Turquoise Blue

📋 copy color: '#53DEEA'

red 83 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #53DEEA

Tints of Turquoise Blue #53DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

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

R = 15.4%
G = 41.19%
B = 43.41%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53DEEA (or 0x53DEEA) is known color: Turquoise Blue. HEX triplet: 53, DE and EA. RGB value is (83,222,234). Sum of RGB (Red+Green+Blue) = 83+222+234=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #53DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEEA is #AC2115. Grayscale: #B5B5B5. Windows color (decimal): -11280662 or 15392339. OLE color: 15392339.

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

Color convert

RGB 83 222 234 -
CMYK 0.65 0.05 0 0.08
HSL 184.77º 0.78% 0.62% -
HSV(B) 184.77º 0.65% 0.92% -
XYZ 44.54 60.02 87.08 -
YUV 181.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 83 222 234 0.65 0.05 0 0.08 184.77 0.78 0.62
Hex 53 DE EA 41 5 0 8 B9 4E 3E
Octal 123 336 352 101 5 0 10 271 116 76
Binary 1010011 11011110 11101010 1000001 101 0 1000 10111001 1001110 111110

Color Harmonies of #53DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEEA

Black with #53DEEA

Text Example


Text Example

White with #53DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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