Html Css Color HEX #53F3CF Turquoise

📋 copy color: '#53F3CF'

red 83 ◦ green 243 ◦ blue 207

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

Shades of Turquoise #53F3CF

Tints of Turquoise #53F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 15.57%
G = 45.59%
B = 38.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#53F3CF (or 0x53F3CF) is known color: Turquoise. HEX triplet: 53, F3 and CF. RGB value is (83,243,207). Sum of RGB (Red+Green+Blue) = 83+243+207=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F3CF is #AC0C30. Grayscale: #BFBFBF. Windows color (decimal): -11275313 or 13628243. OLE color: 13628243.

HSL color Cylindrical-coordinate representation of color #53F3CF: hue angle of 166.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F3CF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 243 207 -
CMYK 0.66 0 0.15 0.05
HSL 166.5º 0.87% 0.64% -
HSV(B) 166.5º 0.66% 0.95% -
XYZ 46.88 70.45 70.16 -
YUV 191.06 136.99 50.93 -
System Red Green Blue C M Y K H S L
Decimal 83 243 207 0.66 0 0.15 0.05 166.5 0.87 0.64
Hex 53 F3 CF 42 0 F 5 A6 57 40
Octal 123 363 317 102 0 17 5 246 127 100
Binary 1010011 11110011 11001111 1000010 0 1111 101 10100110 1010111 1000000

Color Harmonies of #53F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F3CF

Black with #53F3CF

Text Example


Text Example

White with #53F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,243,207); }

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

background-color css

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

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

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

border-color css

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

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

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