Html Css Color HEX #53D0EE Turquoise Blue

📋 copy color: '#53D0EE'

red 83 ◦ green 208 ◦ blue 238

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

Shades of Turquoise Blue #53D0EE

Tints of Turquoise Blue #53D0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 15.69%
G = 39.32%
B = 44.99%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53D0EE (or 0x53D0EE) is known color: Turquoise Blue. HEX triplet: 53, D0 and EE. RGB value is (83,208,238). Sum of RGB (Red+Green+Blue) = 83+208+238=529 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.69% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #53D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D0EE is #AC2F11. Grayscale: #ADADAD. Windows color (decimal): -11284242 or 15650899. OLE color: 15650899.

HSL color Cylindrical-coordinate representation of color #53D0EE: hue angle of 191.61º degrees, saturation: 0.82, 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 #53D0EE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 208 238 -
CMYK 0.65 0.13 0 0.07
HSL 191.61º 0.82% 0.63% -
HSV(B) 191.61º 0.65% 0.93% -
XYZ 41.56 53.12 88.95 -
YUV 174.05 164.09 63.06 -
System Red Green Blue C M Y K H S L
Decimal 83 208 238 0.65 0.13 0 0.07 191.61 0.82 0.63
Hex 53 D0 EE 41 D 0 7 C0 52 3F
Octal 123 320 356 101 15 0 7 300 122 77
Binary 1010011 11010000 11101110 1000001 1101 0 111 11000000 1010010 111111

Color Harmonies of #53D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D0EE

Black with #53D0EE

Text Example


Text Example

White with #53D0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,238); }

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

background-color css

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

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

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

border-color css

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

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

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