Html Css Color HEX #53CBE5 Turquoise Blue

📋 copy color: '#53CBE5'

red 83 ◦ green 203 ◦ blue 229

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

Shades of Turquoise Blue #53CBE5

Tints of Turquoise Blue #53CBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

 BLUE value IS 229 (89.84% from 255) = 44.47%

R = 16.12%
G = 39.42%
B = 44.47%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#53CBE5 (or 0x53CBE5) is known color: Turquoise Blue. HEX triplet: 53, CB and E5. RGB value is (83,203,229). Sum of RGB (Red+Green+Blue) = 83+203+229=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #53CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBE5 is #AC341A. Grayscale: #A9A9A9. Windows color (decimal): -11285531 or 15059795. OLE color: 15059795.

HSL color Cylindrical-coordinate representation of color #53CBE5: hue angle of 190.68º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CBE5 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 203 229 -
CMYK 0.64 0.11 0 0.10
HSL 190.68º 0.74% 0.61% -
HSV(B) 190.68º 0.64% 0.9% -
XYZ 39.07 50.21 81.76 -
YUV 170.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 83 203 229 0.64 0.11 0 0.10 190.68 0.74 0.61
Hex 53 CB E5 40 B 0 A BF 4A 3D
Octal 123 313 345 100 13 0 12 277 112 75
Binary 1010011 11001011 11100101 1000000 1011 0 1010 10111111 1001010 111101

Color Harmonies of #53CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBE5

Black with #53CBE5

Text Example


Text Example

White with #53CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,229); }

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

background-color css

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

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

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

border-color css

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

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

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