Html Css Color HEX #53CEE7 Turquoise Blue

📋 copy color: '#53CEE7'

red 83 ◦ green 206 ◦ blue 231

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

Shades of Turquoise Blue #53CEE7

Tints of Turquoise Blue #53CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 231 (90.63% from 255) = 44.42%

R = 15.96%
G = 39.62%
B = 44.42%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#53CEE7 (or 0x53CEE7) is known color: Turquoise Blue. HEX triplet: 53, CE and E7. RGB value is (83,206,231). Sum of RGB (Red+Green+Blue) = 83+206+231=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #53CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEE7 is #AC3118. Grayscale: #ABABAB. Windows color (decimal): -11284761 or 15191635. OLE color: 15191635.

HSL color Cylindrical-coordinate representation of color #53CEE7: hue angle of 190.14º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CEE7 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 206 231 -
CMYK 0.64 0.11 0 0.09
HSL 190.14º 0.76% 0.62% -
HSV(B) 190.14º 0.64% 0.91% -
XYZ 40.06 51.75 83.48 -
YUV 172.07 161.25 64.47 -
System Red Green Blue C M Y K H S L
Decimal 83 206 231 0.64 0.11 0 0.09 190.14 0.76 0.62
Hex 53 CE E7 40 B 0 9 BE 4C 3E
Octal 123 316 347 100 13 0 11 276 114 76
Binary 1010011 11001110 11100111 1000000 1011 0 1001 10111110 1001100 111110

Color Harmonies of #53CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEE7

Black with #53CEE7

Text Example


Text Example

White with #53CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,206,231); }

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

background-color css

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

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

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

border-color css

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

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

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